Skip to content

Instantly share code, notes, and snippets.

@ivmm
Created May 26, 2019 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivmm/23ac854c154e3529a08db68a44ae81c3 to your computer and use it in GitHub Desktop.
Save ivmm/23ac854c154e3529a08db68a44ae81c3 to your computer and use it in GitHub Desktop.
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
[nginx-mainline]
name=nginx mainline repo
baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/
gpgcheck=1
enabled=0
gpgkey=https://nginx.org/keys/nginx_signing.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment