Featured image of post 解决 Nginx -s reload 时,出现 /var/run/nginx.pid failed 的问题

解决 Nginx -s reload 时,出现 /var/run/nginx.pid failed 的问题

解决 Nginx -s reload 时,出现 /var/run/nginx.pid failed 的问题

在使用 nginx -s reload 载入时跑出错误讯息

nginx: [error] open() “/var/run/nginx.pid” failed (2: No such file or directory)

解决方式

重新载入设定

nginx -c /etc/nginx/nginx.conf

重新启动 Nginx,Problem Solved!!

nginx -s reload

分析

指令说明

nginx 	        #打开 nginx
nginx -t        #测试配置文件是否有语法错误
nginx -s reopen	#重启 Nginx
nginx -s reload	#重新加载 Nginx 配置文件,然后以优雅的方式重启 Nginx
nginx -s stop  	#强制停止 Nginx 服务
nginx -s quit  	#停止Nginx服务(即处理完所有请求后再停止服务)

参数说明

nginx [-?hvVtq] [-s signal] [-c filename] [-p prefix] [-g directives]

-?,-h           # 打开帮助信息
-v              # 显示版本信息并退出
-V              # 显示版本和配置选项信息,然后退出
-t              # 检测配置文件是否有语法错误,然后退出
-q              # 在检测配置文件期间屏蔽非错误信息
-s signal       # 给一个 nginx 主进程发送信号:stop(强制停止), quit(优雅退出), reopen(重启), reload(重新加载配置文件)
-p prefix       # 设置前缀路径(默认是:/usr/share/nginx/)
-c filename     # 设置配置文件(默认是:/etc/nginx/nginx.conf)
-g directives   # 设置配置文件外的全局指令

参考资料

Donate KJ 贊助作者喝咖啡

如果這篇文章對你有幫助的話,可以透過下面支付方式贊助作者喝咖啡,如果有什麼建議或想說的話可以贊助並留言給我
If this article has been helpful to you, you can support the author by treating them to a coffee through the payment options below. If you have any suggestions or comments, feel free to sponsor and leave a message for me!
方式 Method 贊助 Donate
PayPal https://paypal.me/kejyun
綠界 ECPay https://p.ecpay.com.tw/AC218F1
歐付寶 OPay https://payment.opay.tw/Broadcaster/Donate/BD2BD896029F2155041C8C8FAED3A6F8
All rights reserved,未經允許不得隨意轉載
Built with Hugo
主题 StackJimmy 设计