Current location - Quotes Website - Team slogan - Why is Nginx listening to port 80?
Why is Nginx listening to port 80?
Port 80 is the default port for http.

If the http site is opened with port 80, you don't need to enter a port number when accessing it.

If you are listening to other ports, you need to add a port number when accessing, such as 8080.

Adding a port number is unpleasant, so the default port 80 is generally used.