在Windows下 启动nginx报错:
nginx: [error] ReadFile() "D:\php\nginx-1.14.2/conf/servers/.." failed (1: Incorrect function)
因为 nginx.conf 中存在 /*
被认为是不安全的, 更改为:
servers/*.conf;
nginx 启动错误
原文:https://www.cnblogs.com/hujingnb/p/10666701.html