Initialisation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
====== Installer le dépot officiel nginx.org ======
|
||||
|
||||
To add nginx yum repository, create a file named /etc/yum.repos.d/nginx.repo and paste one of the configurations below:
|
||||
|
||||
<code>
|
||||
[nginx]
|
||||
name=nginx repo
|
||||
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
|
||||
gpgcheck=0
|
||||
enabled=1
|
||||
</code>
|
||||
Reference in New Issue
Block a user