mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
|
[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
|