dnf install nginx -y
cd /etc/nginx
tree
systemctl start nginx; systemctl enable nginx
systemctl status nginx
ss -pltn
-> HTTP 기본 포트인 80으로 웹 서비스를 LISTEN 중인 것 확인
-'http://[ip]' 접속 시 화면 보임
/usr/share/nginx/html/index.html
mv index.html index.html.backup
: remove
vim /usr/share/nginx/html/index.html