nginx: [error] OpenEvent("Global\ngx_reload_12204") failed (2: The system cannot find the file speci

在命令行里面输入nginx -s reload,出现了错误。
I:\soft\nginx-1.11.13>nginx -s reload
nginx: [error] OpenEvent(“Global\ngx_reload_12204”) failed (2: The system cannot find the file specified)

那是系统在你修改配置文件的时候,将你的nginx关闭了。所有这里直接命令打开你的nginx就可以了。
I:\soft\nginx-1.11.13>start nginx


版权声明:本文为weixin_40001125原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。