首页> 运维> nginx> 正文

nginx常见错误及解决方法介绍

王林
发布: 2020-11-19 14:50:23
转载
5577 人浏览过

nginx常见错误及解决方法介绍

nginx中常见的错误及解决方法有:

报错一:

nginx: [error] CreateFile() "C:\mytools\nginx-1.8.1/logs/nginx.pid" failed (2: The system cannot find the file specified)
登录后复制

或者

nginx: [error] Open() "C:\mytools\nginx-1.8.1/logs/nginx.pid" failed
登录后复制

解决方法:

使用命令创建/logs/nginx.pid文件

nginx -c conf/nginx.conf
登录后复制

报错二:

nginx: [alert] could not open error log file: CreateFile() "logs/error.log" failed (3: The system cannot find the path specified) [emerg] : invalid number of arguments in "root" directive in C:\mytools\nginx-1.8.1\conf\nginx.conf:45
登录后复制

解决方法:

配置文件root指定一个目录的时候最末尾不能是"\"。

相关推荐:nginx教程

以上是nginx常见错误及解决方法介绍的详细内容。更多信息请关注PHP中文网其他相关文章!

相关标签:
来源:cnblogs.com
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!