Home > Article > Operation and Maintenance > How to configure nginx default port
How to configure the default port in nginx?
First find the nginx-1.15.0\conf\nginx.conf file; then find "listen", the number after it indicates the default port; finally modify the default port, such as 8088.
Nginx Introduction:
Nginx is a web server for the asynchronous framework and can also be used as a reverse proxy, load balancer and HTTP cache. The software was created by Igor Sysoev and first publicly released in 2004. A company of the same name was established in 2011 to provide support. On March 11, 2019, Nginx was acquired by F5 Networks for US$670 million. Nginx is free open source software released under the terms of a BSD-like license.
For more Nginx related technical articles, please visit the Nginx usage tutorial column to learn!
The above is the detailed content of How to configure nginx default port. For more information, please follow other related articles on the PHP Chinese website!