nginx -s reopen #重啟nginx
nginx -s stop #強制停止nginx服務
nginx -s quit #優雅地停止nginx服務(即處理完所有請求後再停止服務)
nginx -t #檢測配置檔案是否有語法錯誤,然後退出
nginx -?,-h #開啟幫助資訊
nginx -v #顯示版本資訊並退出
nginx -v #顯示版本和配置選項資訊,然後退出
nginx -t #檢測配置檔案是否有語法錯誤,然後退出
nginx -t #檢測配置檔案是否有語法錯誤,轉儲並退出
nginx -q #在檢測配置檔案期間遮蔽非錯誤資訊
nginx -p prefix #設定字首路徑(預設是:/usr/share/nginx/)
nginx -c filename #設定配置檔案(預設是:/etc/nginx/nginx.conf)
nginx -g directives #設定配置檔案外的全域性指令
killall nginx #殺死所有nginx程序
nginx常用命令
root ta30 53 nginx pwd usr local nginx root ta30 53 nginx sbin nginx root ta30 53 nginx sbin nginx s stop root ta30 53 nginx sbin nginx s quit s都是採用向 ...
nginx 常用命令
poechant ubuntu sudo sbin nginxpoechant ubuntu sudo sbin nginx s stop poechant ubuntu sudo sbin nginx s quit s都是採用向 nginx 傳送訊號的方式。poechant ubuntu sudo...
Nginx常用命令
usr local nginx sbin nginx t或 usr local nginx sbin t c usr local nginx conf nginx.conf檢測結果會提示配置檔案 出現了錯誤,出現success說明檔案正確。顯示版本資訊可以用 usr local nginx sbin...