使用windows版本的nginx启动时遇到:(1113: No mapping for the Unicode character exists in the target multi-byte code page)这个错误,目前使用的版本为nginx-1.17.1,经过查询资料,该问题与nginx版本没有任何关系,其问题产生的主要原因是因为在nginx的解压路径中包含了中文字符,因此解决该问题的办法,就是将nginx文件拷贝到一个不含有中文名称的目录中,或者更改中文目录名称,都能够有效解决该问题。
nginx启动报错:(1113: No mapping for the Unicode character exists in the target multi-byte code page)
解决nginx启动报Unicode字符映射错误
于 2019-07-19 11:57:00 首次发布
在Windows上启动nginx-1.17.1时遇到(1113: No mapping for the Unicode character...)错误。问题根源是解压路径包含中文字符。解决方案包括将nginx移动到无中文名的目录或改名中文目录。
4691

被折叠的 条评论
为什么被折叠?



