amazon web services - AWS ELB Nginx Remote Address -


i using nginx behind aws elb. when response server remote address of elb not of server possible have server ip instead of aws elb.

no can't, if would contradict whole point of elb, , expose ec2 instance outside traffic. in case elb won't able balance load on instance , cause crash.

if want access instance ip directly, don't use elb.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

java - How to put two numbers separated by a space into two different arrays -