10013: An attempt was made to access a socket in under a way forbidden by its access permissions windows based on tcp port query corresponding process id (port is in use)

These are the nginx error, reason: port is occupied.

View nginx.conf which ports are listening, such as the author configured as follows:

 

 

 

 

 

The query port is occupied: under windows id (port is in use) based on tcp port corresponding to the query process

netstat -navo|find /i "listen"|find /i ":443"

 

 

 View the Task Manager

 

 This port is to choose the default web management port is not changed when vmware installation, resulting in 443 port is in use. Nginx https port can be changed or turned off vmware process.

Guess you like

Origin www.cnblogs.com/passedbylove/p/12053672.html