# 起動 $ nginx # 停止 $ nginx -s stop # 設定ファイル再読み込み $ nginx -s reload # 設定ファイルのシンタックスチェック $ nginx -t # ヘルプを表示 $ nginx -h nginx version: nginx/1.17.3 Usage: nginx [-?hvVtTq] [-s signal] [-c filename] [-p prefix] [-g directives] Options: -?,-h : this help -v : show version and exit -V : show version and configure options then exit -t : test configuration and exit -T : test configuration, dump it and exi