ПРОЕКТЫ 


  АРХИВ 


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: Абсолютный URI и proxy_pass



On Tue, May 27, 2008 at 10:59:34AM +0200, Roxis wrote:

> Как заставить 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;
> }

        location / {
            set         $http   "http://";;
            rewrite     /       $http$host$uri   break;
            proxy_pass  http://127.0.0.1;
        }


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



 




Copyright © Lexa Software, 1996-2009.