windows nginx启动报错No mapping for the Unicode character exists in the target multi-byte code page

问题:

启动nginx的时候屏幕一闪而过,查看进程发现nginx根本没有启动,于是查看日志报错failed (1113: No mapping for the Unicode character exists in the target multi-byte code page)!

解决办法:

以上是因为你的安装的nginx的路径有中文导致的,此时将nginx的安装路径改成没有中文,或者换一个没有中文的路径下面!

你可能感兴趣的:(java)