window中nginx的常用命令

灵泽pro發表於2024-06-05
# 啟動nginx
start nginx.exe
# 停止
nginx.exe -s stop
# 重新載入配置
nginx.exe -s reload
# 重啟
nginx.exe -s restart

相關文章