ПРОЕКТЫ 


  АРХИВ 


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: Задачка по nginx



On Friday 08 July 2011 18:40:46 Userolog wrote:

> location /templates/
> {
> root /var/www/;
> try_files /cache/data/www/$host/templates$uri
> /system/data/www/$host/templates$uri @dummy;
> }

location ничего не откусывает от $uri, вероятно ваш вариант:

location /templates/ {
  root /var/www/;
  try_files /cache/data/www/$host$uri
            /system/data/www/$host$uri
            @dummy;
}

--
Валентин Бартенев
http://vbart.ru/
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.