ПРОЕКТЫ 


  АРХИВ 


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_pass и переменная



On Thu, May 28, 2009 at 04:37:58PM +0400, Борис Долгов wrote:

> Привет!
> Заметил странное поведение.
> Конфиг 1:
>         location /testgivefile/ {
>                 proxy_pass http://prohsp.net/;
>                 proxy_buffering off;
>         }
> Запрос - /testgivefile/100mb.bin. На выходе - prohsp.net/100mb.bin
> Конфиг 2:
>         location /testgivefile/ {
>                 set $proxydomain 'prohsp.net';
>                 proxy_pass http://$proxydomain/;

-                 proxy_pass http://$proxydomain/;
+                 proxy_pass http://$proxydomain$request_uri;

>                 proxy_buffering off;
>         }
> Запрос - /testgivefile/100mb.bin, На выходе - prohsp.net.
> 
> Что я делаю не так?
> Заранее спасибо за помощь.
> nginx 0.7.57 на CentOS5 x32.
> 
> -- 
> С уважением, Борис Долгов.
> icq 77556665
> e-mail boris@xxxxxxxxxxx

-- 
Игорь Сысоев
http://sysoev.ru



 




Copyright © Lexa Software, 1996-2009.