码迷,mamicode.com
首页 > 其他好文 > 详细

nginx重启报错

时间:2021-06-24 18:14:17      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:load   bin   指定   conf   pen   nginx配置文件   openresty   hfs   invalid   

[nginx@p0-hfssp-healthos-web02 sbin]$ sudo ./nginx -s reload
nginx: [error] invalid PID number "" in "/home/nginx/openresty/nginx/logs/nginx.pid"


发生这个错误的原因是,nginx读取配置文件时出错,需要指定一个特定的nginx配置文件,所以解决这个问题需要先执行
[nginx@p0-hfssp-healthos-web02 sbin]$ sudo ./nginx -c conf/nginx.conf
[nginx@p0-hfssp-healthos-web02 sbin]$ sudo ./nginx -s reload

nginx重启报错

标签:load   bin   指定   conf   pen   nginx配置文件   openresty   hfs   invalid   

原文地址:https://www.cnblogs.com/wueryuan/p/14926116.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!