Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Абсолютный URI и proxy_pass
location / {
proxy_pass http://$host$uri;
}
Или я не понял, что Вам нужно
27 мая 2008 г. 12:59 пользователь Roxis <roxis@xxxxxxx> написал:
> Как заставить 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@xxxxxxxxxxx
|