nginx报错日志:
2018/11/07 16:12:54 [emerg] 6456#15468: bind() to 0.0.0.0:443 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions)
ctrl + R
运行 cmd, 输入netstat -aon|findstr "443"
打开任务管理器,右键勾选上PID 将上边儿的pid进程结束掉.
重新以管理员身份运行 nginx.exe...