ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [SPAM]Re: Правило rewrite



http://sysoev.ru/nginx/docs/faq.html
...

Обычно практикуемая прямая трансляция правил:

location / {
if (!-e $request_filename) {
rewrite ^(.*) /index.php?q=$1 last;
}
}

location = /index.php {
fastcgi_pass ...
... прочие fastcgi_param
}

достойна всяческого порицания.

2009/5/6 Kirill A. Korinskiy <catap+nginx@xxxxxxxx>
At Wed, 6 May 2009 01:21:44 +0400,
"Alexey V. Karagodov" <kav@xxxxxxxxxxxxxx> wrote:
>
>
> > location /files/ {
> >    root /var/www/site;
> >    if (!-f $request_filename) {
> это самый НЕ правильный путь

расскажи чем плох if + rewite?

> >     rewrite ([^/]+)$ /no_file_exists_action.php?file=$1;
> >    }
> > }
> >

--
wbr, Kirill




--
С уважением, Борис Долгов.
icq 77556665
e-mail boris@xxxxxxxxxxx


 




Copyright © Lexa Software, 1996-2009.