Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Реверс прокси -- проблем а с localhost
- To: nginx-ru@xxxxxxxxx
- Subject: Re: Реверс прокси -- проблем а с localhost
- From: greenh <greenh@xxxxxxxxx>
- Date: Mon, 18 Oct 2010 20:37:44 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=JrqvaNC3M1quqshAW/jDkCoXWyGrVtFTvT7gRREz96g=; b=Xr/HH8L7xrBWc3/SRkhfMP/iEuKyD/lb53h0ei+4hgtyOp9Gm97zpln5/eFJvcrTyV vsEC83lcxKI+IydvO0coi1qo7FHlfFDuH2jyVp2EHgNYIpjVCrsifHggw/UMXX9A2BMB DtNeXjznxK7aJTnt4CjCBwBMUOexFOsfuxKIw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=fEfYel1rR5r1nUXk3RYbC1EHB05akIyRVpAInFMnfnav0gycyBLGklaE5qgv+4Jv7F coM+65J/zXneOfJWBA4AbP+dlXKqXSvDRmuGVjCuKjZpaih5tsPg9BFSwn6F+dFxJ7zc sG+ceyyYORarvYKABYBxekORZGh+QhgyVy++s=
- In-reply-to: <588baa000738ce14e9d8692494cae8ad.NginxMailingListRussian@xxxxxxxxxxxxxxx>
- References: <20101018153638.GS44164@xxxxxxxxxx> <588baa000738ce14e9d8692494cae8ad.NginxMailingListRussian@xxxxxxxxxxxxxxx>
а почему бекенд не подвесить на localhost:80?
2010/10/18 dr.gigabit <nginx-forum@xxxxxxxx>:
> Оставил
> server {
> listen 80;
> proxy_pass http://localhost:8080/;
> proxy_redirect http://localhost:8080/ http://localhost/;
> }
>
> По адресу http://localhost:8080 находится
> редирект на http://localhost:8080/test
> Если захожу с локальной машины
> http://localhost, происходит редирект на
> http://localhost:8080/test а не на http://localhost/test
> Работает ли proxy_redirect для динамических
> редиректов (как в apache mod_proxy) или только
> для статических, где нужно на каждый
> адрес редиректа прописывать
> соответствующую строку proxy_redirect ?
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?21,141917,141947#msg-141947
>
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://nginx.org/mailman/listinfo/nginx-ru
>
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|