proxy_pass и переменная
Igor Sysoev
is at rambler-co.ru
Thu May 28 17:25:40 MSD 2009
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 at dolgov.name
--
Игорь Сысоев
http://sysoev.ru
More information about the nginx-ru
mailing list