> D:\soft\codeProcess\nginx-1.18.0>nginx -s reload nginx: [emerg] > unexpected "}" in D:\soft\codeProcess\nginx-1.18.0/conf/nginx.conf:60
解决方法: 这个问题是nginx的括号前面没有打上 ;
D:\soft\codeProcess\nginx-1.18.0>nginx -s reload nginx: [error]
OpenEvent(“Global\ngx_reload_23428”) failed (2: The system cannot find
the file specified)
解决方法: nignx没有启动,直接reload报错