Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nginx redirect
Выкрутился следующим способом.
location = /index.php {
if ( $is_args != "?" ) {
rewrite ^/index.php$ http://адрес/ permanent;
}
root /home/services/www;
fastcgi_pass phpfcgi;
fastcgi_param SCRIPT_FILENAME
/home/services/www/index.php;
include fastcgi_params;
}
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,188841,193729#msg-193729
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|