service nginx stop systemctl stop nginx
service nginx start systemctl start nginx
service nginx reload systemctl restart nginx
systemctl enable nginx
systemctl disable nginx
ナレッジポイント拡張:
まず、設定ファイルを使用して nginx を起動します。コマンド:
nginx -c /usr/local/nginx/conf/nginx.conf
サービスを再起動します: service nginx restart
\1. Nginx をすぐに停止またはシャットダウンします: nginx -s stop
\2. Nginx を停止またはシャットダウンします通常: nginx -s quit
\3. 設定ファイルの変更と再読み込みコマンド: nginx -s reload
以上がnginxをシャットダウン、再起動、起動する方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。