Home > Article > Operation and Maintenance > How to modify nginx to run on port 80 by default
Modification method
It is very simple. Modify the nginx configuration file. For example, if the version is nginx-1.11.10, modify it:
nginx-1.11.10\conf\nginx.conf
Modify
http -> server -> listenThe corresponding value of
is as shown in the figure:
Change it to another port number and it will be fine.
The above is the detailed content of How to modify nginx to run on port 80 by default. For more information, please follow other related articles on the PHP Chinese website!