Skip to content

Instantly share code, notes, and snippets.

@ApOgEE
Created September 17, 2020 07:25
Show Gist options
  • Save ApOgEE/f288191ad2b7bbaf05d133fa53d78279 to your computer and use it in GitHub Desktop.
Save ApOgEE/f288191ad2b7bbaf05d133fa53d78279 to your computer and use it in GitHub Desktop.
rhel/centos nginx repo
[nginx]
name=nginx repo
baseurl=https://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1
[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
[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
module_hotfixes=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment