Skip to content

Instantly share code, notes, and snippets.

@ryzy
Last active September 19, 2019 07:16
Show Gist options
  • Save ryzy/63b3b7ca47545435c597 to your computer and use it in GitHub Desktop.
Save ryzy/63b3b7ca47545435c597 to your computer and use it in GitHub Desktop.
Install Nginx 1.9.x on CentOS 7
# /etc/yum.repos.d/nginx.repo
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/mainline/centos/7/$basearch/
gpgcheck=0
enabled=1
yum install -y nginx
@naderaa
Copy link

naderaa commented Sep 19, 2019

i have follow this instruction but the nginx doesn't 1.9.x version
output nginx -v is :
nginx version: nginx/1.17.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment