Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
nginx [2013/03/07 13:10] 89.186.251.5 |
nginx [2015/10/04 17:31] (текущий) root |
||
---|---|---|---|
Строка 1: | Строка 1: | ||
- | cat /etc/yum.repos.d/nginx.repo | ||
- | [nginx] | + | Конвертор nginx |
- | name=nginx repo | + | http://winginx.ru/htaccess |
- | baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ | + | |
- | gpgcheck=0 | + | |
- | enabled=1 | + | |
+ | По настройке nginx | ||
+ | http://habrahabr.ru/post/164401/ | ||
- | cat /etc/yum.repos.d/remi.repo | ||
- | [remi] | ||
- | name=Les RPM de remi pour Enterprise Linux 6 - $basearch | ||
- | #baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/ | ||
- | mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror | ||
- | enabled=1 | ||
- | gpgcheck=1 | ||
- | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi | ||
- | [remi-test] | ||
- | name=Les RPM de remi en test pour Enterprise Linux 6 - $basearch | ||
- | #baseurl=http://rpms.famillecollet.com/enterprise/6/test/$basearch/ | ||
- | mirrorlist=http://rpms.famillecollet.com/enterprise/6/test/mirror | ||
- | enabled=0 | ||
- | gpgcheck=1 | ||
- | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi | ||
- | [remi-debuginfo] | ||
- | name=Les RPM de remi pour Enterprise Linux 6 - $basearch - debuginfo | ||
- | baseurl=http://rpms.famillecollet.com/enterprise/6/debug-remi/$basearch/ | ||
- | enabled=0 | ||
- | gpgcheck=1 | ||
- | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi | ||
- | [remi-test-debuginfo] | ||
- | name=Les RPM de remi en test pour Enterprise Linux 6 - $basearch - debuginfo | ||
- | baseurl=http://rpms.famillecollet.com/enterprise/6/debug-test/$basearch/ | ||
- | enabled=0 | ||
- | gpgcheck=1 | ||
- | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi | ||
+ | VPNNN | ||
+ | http://www.opennet.ru/base/sec/openvpn_server.txt.html | ||
+ | http://wolandblog.com/1103-ustanovka-i-nastrojka-openvpn-na-centos-5-3/ | ||
- | cat /etc/yum.repos.d/remi.repo | ||
- | [Webmin] | ||
- | name=Webmin Distribution Neutral | ||
- | #baseurl=http://download.webmin.com/download/yum | ||
- | mirrorlist=http://download.webmin.com/download/yum/mirrorlist | ||
- | enabled=1 | ||
+ | убрать .html для красивости | ||
+ | server { | ||
+ | listen 77.221.139.150:80; | ||
+ | server_name ssk.magnes.su samarastroycottage.ru www.samarastroycottage.ru; | ||
- | cat /etc/yum.repos.d/epel.repo | + | location / { |
- | + | root /var/www/html/magnes.su/ssk.magnes.su; | |
- | [epel] | + | index index.html; |
- | name=Extra Packages for Enterprise Linux 6 - $basearch | + | |
- | #baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch | + | # убираем .html |
- | mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch | + | try_files $uri.html $uri/ =404; |
- | failovermethod=priority | + | } |
- | enabled=1 | + | } |
- | priority=1 | + | |
- | gpgcheck=1 | + | |
- | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 | + | |
- | + | ||
- | [epel-debuginfo] | + | |
- | name=Extra Packages for Enterprise Linux 6 - $basearch - Debug | + | |
- | #baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch/debug | + | |
- | mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-6&arch=$basearch | + | |
- | failovermethod=priority | + | |
- | enabled=0 | + | |
- | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 | + | |
- | gpgcheck=1 | + | |
- | + | ||
- | [epel-source] | + | |
- | name=Extra Packages for Enterprise Linux 6 - $basearch - Source | + | |
- | #baseurl=http://download.fedoraproject.org/pub/epel/6/SRPMS | + | |
- | mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-source-6&arch=$basearch | + | |
- | failovermethod=priority | + | |
- | enabled=0 | + | |
- | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 | + | |
- | gpgcheck=1 | + |