Steps
- Command
yum install nginx -y
- Check Nginx status with
whereis nginx
- Check ports usage with
netstat -ntlp
- Edit Nginx configuration with
vi /etc/nginx/nginx.conf
- Start Nginx as usual.
yum install nginx -y
whereis nginx
netstat -ntlp
vi /etc/nginx/nginx.conf
本文标题:2018-07-30 Configure Nginx on Ce
本文链接:https://www.haomeiwen.com/subject/jgefvftx.html
网友评论