1. CreateFile() "C:UserszhangDesktopKMy ProjectSSL-数字证书Nginx配置 ginx-1.12.2/conf/nginx.conf" failed (3: The system cannot find the path specified)
问题原因: 安装目录包含中文名
解决办法: 修改路径名称
2.windows下命令行启动nginx
启动
双击Nginx目录下的nginx.exe 或者 start nginx
关闭
nginx.exe -s stop 或者 nginx.exe -s quit
stop表示立即停止nginx,不保存相关信息
quit表示正常退出nginx,并保存相关信息
重启
nginx.exe -s reload
查看版本
nginx -v