Answers for "how to install nginx on centos 7"

2

install and configure nginx centos 7

sudo yum –y install nginx
Posted by: Guest on September-14-2020
0

nginx install centos7

sudo yum install epel-release
$ vi /etc/yum.repos.d/nginx.repo
[nginx]
name=nginx repo
baseurl=https://nginx.org/packages/centos/7/$basearch/
gpgcheck=0
enabled=1

sudo yum install nginx

sudo systemctl enable nginx
sudo systemctl start nginx
Posted by: Guest on August-19-2021
0

how to install nginx on centos 7

sudo yum install epel-releaseCopy
Posted by: Guest on June-10-2021
0

how to install nginx on centos 7

sudo yum install nginxCopy
Posted by: Guest on June-10-2021

Code answers related to "how to install nginx on centos 7"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language