ПРОЕКТЫ
АРХИВ
nginx-ru @sysoev.ru
СТАТЬИ
ПЕРСОНАЛЬНОЕ
ПРОГРАММЫ
ПИШИТЕПИСЬМА
Обычно практикуемая прямая трансляция правил:
location / { if (!-e $request_filename) { rewrite ^(.*) /index.php?q=$1 last; }}location = /index.php { fastcgi_pass ... ... прочие fastcgi_param }
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
Copyright © Lexa Software, 1996-2009.