Просмотр поста

.
Koenig
(\/)____o_O____(\/)

Swank, http://compolom.ru/
http://compolom.ru/test/guest.php

location / {
   root   /home/srv/www;
   index  index.php index.html index.htm;
   fastcgi_pass    127.0.0.1:9000;
   fastcgi_index   index.php;
   fastcgi_param   SCRIPT_FILENAME   /home/srv/www$fastcgi
   include         fastcgi_params;
}

 location /test {
   root /home/srv/www;
}