proxy_pass и переменная

Борис Долгов boris at dolgov.name
Thu May 28 16:37:58 MSD 2009


Привет!
Заметил странное поведение.
Конфиг 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_buffering off;
        }
Запрос - /testgivefile/100mb.bin, На выходе - prohsp.net.

Что я делаю не так?
Заранее спасибо за помощь.
nginx 0.7.57 на CentOS5 x32.

-- 
С уважением, Борис Долгов.
icq 77556665
e-mail boris at dolgov.name


More information about the nginx-ru mailing list