1,
nginx: [error] CreateFile() "E:\nginx\nginx-1.9.3/logs/nginx.pid" failed
解决办法:
使用命令创建/logs/nginx.pid文件:
nginx -c conf/nginx.conf
2,
nginx: [emerg] CreateFile() "D:\部署\nginx-1.10.3/conf/nginx.conf" failed (1113: No mapping for the Unicode character exists in the target multi-byte code page)
解决办法: nginx文件夹不可以放在含有中文的文件目录下