mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 09:31:34 -05:00
Add mainline NGINX repo
This commit is contained in:
parent
d96f5a70da
commit
4cbbad5a7f
15
etc/yum.repos.d/nginx.repo
Normal file
15
etc/yum.repos.d/nginx.repo
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[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
|
Loading…
Reference in New Issue
Block a user