ПРОЕКТЫ 


  АРХИВ 


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: proxy store для миниатюр



On Wednesday 14 March 2012 19:26:57 alex_ru wrote:
[...]
> Как я понимаю @fetch мне не подойдет, так
> как мне надо передать параметры.

Чем вам именованный локейшн помешает передать параметры?

    location ~ ^/preview/(?P<oper>[cira])/(?P<remn>.+) {
        root /cache;
        error_page 404 = @fetch;
    }

    location @fetch {
        root /cache;
        proxy_pass http://127.0.0.1:81/$oper/$remn;
        proxy_store on;
    }

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


 




Copyright © Lexa Software, 1996-2009.