在使用 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 |