2020年10月07日

Nginx CentOS8 Install



dnf -y install nginx
Screenshot from 2020-10-07 13-14-31.png

Screenshot from 2020-10-07 13-14-37.png




gedit /etc/nginx/nginx.conf
Screenshot from 2020-10-07 13-21-17.png

systemctl enable --now nginx
Screenshot from 2020-10-07 13-15-03.png
Screenshot from 2020-10-07 13-17-27.png

firewall-cmd --add-service=http --permanent
firewall-cmd --reload
Screenshot from 2020-10-07 13-18-54.png
posted by a23 at 14:23| Comment(0) | JavaScript