Не срабатывает. nginx 0.8.5.4
Вот конфиг весь:
root /home/sayt/www;
index index.php index.html;
location =/ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_param SCRIPT_FILENAME $document_root/scripts/$fastcgi_script_name;
include fastcgi_params;
}
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_param SCRIPT_FILENAME $document_root/scripts$uri;
include fastcgi_params;
}
Заходим на http://sayt.ru/ и видим No input file specified.
Заходим на http://sayt.ru/scripts/ и все работает.