Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Помогите переписать пра вила rewrite из htaccess.
On Wed, May 12, 2010 at 09:02:34AM -0400, zheka79 wrote:
> согласен, не похож, но я подумал что если срабатывает вот это:
> location / {
> root /data/sites/site.ru/htdocs;
> try_files $uri $uri/ @php;
> }
>
> то следом должно выполняться это:
>
> location @php {
> fastcgi_pass unix:/tmp/php-fpm.sock;
> fastcgi_index index.html;
> fastcgi_param SCRIPT_FILENAME
> /data/sites/site.ru/htdocs/index.html;
> include fastcgi_params;
> }
http://nginx.org/en/docs/http/request_processing.html#simple_php_site_configuration
--
Игорь Сысоев
http://sysoev.ru
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|