nginx启动报错(1113: No mapping for the Unicode character exists in the target multi-byte code page)
使用windows版本的nginx启动时遇到(1113: No mapping for the Unicode character exists in the target multi-byte code page)这个错误
后来查阅资料发现是因为解压的路径里面包含有中文的缘故,只要把解压后的文件剪切到没有包含中文的目录即可解决问题
“server” directive is not allowed here in E:\Program Files\windows-nginx-1.1
说server指令不适合放在这里,也就是语法错误。
检查下server{}外面的代码,
或者naproxy.conf的代码