nginx reverse proxy

Francis Daly francis at daoine.org
Mon Mar 24 13:33:56 UTC 2014


On Sat, Mar 22, 2014 at 01:34:09PM +0530, chima s wrote:

Hi there,

> I have configured nginx as reverse proxy for jboss. All the system are
> hosted in Amazon cloud and using AWS ELB for both nginx and jboss
> 
> WEB ELB <---> nginx reverse proxy <---> APP ELB <---> Jboss7.
> 
> When i access abc.example.com/admin/login.do, i am getting page and after i
> provide username/password and submit,  i am getting connection timeout.
> 
> Found the URL get changed to abc.example.com:8080/admin/xxxx
> 
> How to get rid of port 8080 in the response URL in nginx.

The best way is probably to find which machine is putting :8080 in there,
and configure it not to do that.

Can you see logs or the network traffic at each stage, to see where
:8080 first appears?

	f
-- 
Francis Daly        francis at daoine.org



More information about the nginx mailing list