Amazon ELB and use of address / server names across multiple servers
- by Stpn
I am setting up Nginx servers behind the ELB. I set up so that api.app.com points to an ELB.
I wonder which addresses I should use for remote connections, Nginx settings etc..
1) For example, in Nginx:
Should I do
server {
listen 80;
#What is the right line here:
# server_name <WWW.NAME.COM> OR…