Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rewrite и location (apach => nginx)
On Sat, Apr 09, 2011 at 06:00:24AM -0400, cul8er wrote:
> Не срабатывает. nginx 0.8.5.4
Разумеется. Потому что я написал
location = / {
fastcgi_pass ...
fastcgi_param SCRIPT_FILENAME /home/sayt/www/scripts/index.php;
include fastcgi_params;
}
а не то, что ниже.
> Вот конфиг весь:
>
> 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;
> }
--
Igor Sysoev
http://sysoev.ru/en/
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|