jsczxy2 发表于 2013-2-7 04:31:46

nginx在windows下的命令

检测conf文件
nginx -t
重载配置并重启
nginx -s reload
停止
nginx -s stop
开始
start /B nginx
 
 
页: [1]
查看完整版本: nginx在windows下的命令