Re: Invalid ports added in redirects on AWS EC2 nginx

2014-06-02 Thread allang
That's fixed it ! Thanks Maxim. You are a lifesaver. Much appreciated. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,250545,250586#msg-250586 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Invalid ports added in redirects on AWS EC2 nginx

2014-06-01 Thread allang
On AWS, I'm trying to migrate a PHP Symfony app running on nginx. I want to be able to test the app by directly talking to the EC2 server and via an Elastic Load Balancer (ELB -the public route in). I've setup the ELB to decrypt all the SSL traffic and pass this on to my EC2 server via port 80, as