Command
基本 Command
# åŠ ä¸Š -s option 來下指令
# 啟動 nginx
nginx
# nginx -s (signal: a signal may be one of the following)
#stop — fast shutdown
#quit — graceful shutdown
#reload — reloading the configuration file
#reopen — reopening the log files
# 關閉 nginx
nginx -s stopLast updated