nginx installation and configuration reverse proxy

        Nginx  (engine x) is a lightweight/high-performance web  server/ reverse proxy server/ cache server/email (IMAP/POP3) proxy server based on an asynchronous framework , developed by Russian programmer Igor Sysoev (Igor Sysoev) Developed by Gore Sysoyev). Don't say much and go directly to the steps

1. Install nginx, I do not need to add sudo under the root user

yum install nginx

 After the installation is successful, the next version information is displayed

nginx -v

 Description has been installed successfully

The installation is successful and the default is running

ps aux | grep nginx

Guess you like

Origin blog.csdn.net/xiangfengl/article/details/128051826