1. nginx.repo 작성 [root@localhost ~]# cd /etc/yum./yum.repo.d [root@localhost yum.repo.d]# vi nginx.repo [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ gpgcheck=1 enabled=1 gpgkey=https://nginx.org/keys/nginx_signing.key module_hotfixes=true 2. nginx 서버 설치 [root@localhost ~]# dnf install nginx // nginx 설치 [root@localhost ~]# dnf info nginx //..