一、常见启动错误
1. "No mapping for the Unicode character exists in the target multi-byte code page"
解决方案:Nginx所在的目录不能有中文
二、常用命令
1.start nginx --启动
2.nginx -s stop --停止
3.nginx -s reload --重新载入
4.nginx.exe -s reopen --重新打开日志
5.nginx -v --查看nginx版本
原文:http://www.cnblogs.com/gaobing/p/5044773.html