nginx: [alert] could not open error log file

文章讲述了在Windows系统中安装Nginx时遇到的错误,特别是在指定错误日志文件和临时目录时找不到路径。作者指出应在Nginx根目录下启动,并提供了正确的命令。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

先把cmd的报错信息粘出来

nginx: [alert] could not open error log file: CreateFile() “logs/error.log” failed (3: The system cannot find the path specified)
2023/11/29 11:27:37 [emerg] 5040#18772: CreateDirectory() “D:\enviroment\nginx-1.24.0\conf/temp/client_body_temp” failed (3: The system cannot find the path specified)

在windows下安装nginx,安装在D:\enviroment\nginx-1.24.0
在这里插入图片描述

启动nginx时我是进入到conf目录下启动的

D:\enviroment\nginx-1.24.0\conf>nginx -c nginx.conf

所以出现了报错信息

在这里插入图片描述

细读报错信息会发现其实启动的时候要在nginx根目录下。

D:\enviroment\nginx-1.24.0>nginx -c ./conf/nginx.conf

使用 localhost:80启动(80端口是我自己配置的)
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值