よく使うNGINXコマンド集を紹介します。
NGINXの状態(起動or停止)を確認する
systemctl status nginx
NGINXを起動する
systemctl start nginx
NGINXを停止する
systemctl stop nginx
NGINXの自動起動を有効化する
systemctl enable nginx
+α:特定のポート番号で実行中のプロセスを表示する
lsof -i:ポート番号