At Wed, 6 May 2009 01:21:44 +0400,
"Alexey V. Karagodov" <kav at karagodov.name> wrote:
>
>
> > location /files/ {
> > root /var/www/site;
> > if (!-f $request_filename) {
> это самый НЕ правильный путь
расскажи чем плох if + rewite?
> > rewrite ([^/]+)$ /no_file_exists_action.php?file=$1;
> > }
> > }
> >
--
wbr, Kirill