1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-07 16:23:30 -04:00

Use mainline NGINX

This commit is contained in:
Tommy 2024-07-26 06:54:07 -07:00 committed by GitHub
parent 4cbbad5a7f
commit 636c9a92e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
name=nginx stable repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=1
enabled=1
enabled=0
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true
@ -10,6 +10,6 @@ module_hotfixes=true
name=nginx mainline repo
baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/
gpgcheck=1
enabled=0
enabled=1
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true