异常问题:
1 发现设置path环境变量后,直接在命令行启动,会报错找不到文件,nginx: [alert] could not open error log file: CreateFile() "logs/error.log" ,尝试在命令行下,进入nginx的目录,运行ok,所以与路径相关。
2 刚开始的时候用nginx -s relaod 重新加载的时候老是报:nginx: [error] OpenEvent("Global\ngx_reload_5988") failed (2: The system cannot
find the file specified) 错误 ,发现是进程没启动。。。。
常用命令
nginx -s stop // 停止nginx
nginx -s reload // 重新加载配置文件
nginx -s quit // 退出nginx
start nginx