Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nginx+fascgi alias не работает
On Thu, Jul 01, 2010 at 07:38:19AM -0400, shuha wrote:
> Скрипт лежит в /var/www/html
> Всмысле запрос?
> Ввожу в браузер адрес localhost/n
location /n {
- root /var/www/html;
- include fastcgi.conf;
+ include fastcgi_params;
fastcgi_pass 127.0.0.1:11000;
- fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /var/www/html/test.php;
}
--
Игорь Сысоев
http://sysoev.ru
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|