Re: Абсолютный URI и proxy_pass

Борис Долгов boris at dolgov.name
Tue May 27 13:25:31 MSD 2008


location / {
    proxy_pass http://$host$uri;
}
Или я не понял, что Вам нужно

27 мая 2008 г. 12:59 пользователь Roxis <roxis at list.ru> написал:
> Как заставить nginx проксировать абсолютный URI (GET http://...)?
>
> до 0.7.0 работал workaround:
>
> location / {
>    set $http "http://";
>    rewrite / $http$host$uri;
> }
>
> location http {
>    proxy_pass http://127.0.0.1:8080;
> }
>



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


More information about the nginx-ru mailing list