образовательная корпорация
Создать
Править
Отменить
Вверх

Левое меню

Последние

Изменить меня

1
Вкладки

Асгард сеть

Самарт сеть


Конвертор nginx
http://winginx.ru/htaccess

По настройке nginx
http://habrahabr.ru/post/164401/

VPNNN
http://www.opennet.ru/base/sec/openvpn_server.txt.html
http://wolandblog.com/1103-ustanovka-i-nastrojka-openvpn-na-centos-5-3/

убрать .html для красивости

server {    
listen 77.221.139.150:80;
      server_name  ssk.magnes.su samarastroycottage.ru www.samarastroycottage.ru;
location / {
		root   /var/www/html/magnes.su/ssk.magnes.su;
		index index.html;
		
		 # убираем .html
		 try_files $uri.html $uri/ =404;
	   }         
  }