nginx启动报错bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbidd

显而易见代理80端口被占用,查端口占用

netstat -aon|findstr :80

nginx启动报错bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbidd

任务管理器中查看PID所对应的进程

nginx启动报错bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbidd

居然是system占用,emmmmmmmmm

想起来服务器装了SQL Server,停止SQL Server Reporting Services

nginx启动报错bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbiddnginx启动报错bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbidd

最后将服务属性改为手动

nginx启动报错bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbidd