Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Задачка по nginx
То есть получается, что вот это
правильно?
location /templates/
{
root /var/www/;
try_files /cache/data/www/$host/templates$uri
/system/data/www/$host/templates$uri @dummy;
}
location @dummy { return 444; }
Хотя оно не работает. Вообще
запутался... :(
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,212026,212033#msg-212033
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|