Re: NGINX: Reverse Proxy (SSL) with non-ssl backend

2014-05-28 Thread Francis Daly
On Mon, May 26, 2014 at 10:11:27AM +0100, Nelson Manuel Marques wrote: Hi there, I am facing a small issue with this setup, mainly, when I select checkboxes and friends and hit submit (ex; application setup) nothing happens… Can you rephrase this in the form of I make this http request and I

Re: NGINX: Reverse Proxy (SSL) with non-ssl backend

2014-05-28 Thread Steve Wilson
It's late and I'm about to go to bed so I've not checked the docs on this but ... add_header Front-End-Https on; I suspect this is meant to be proxy_add_header and meant so php can detect the client is accessing via https. If my memory is correct on this it's likely that php

NGINX: Reverse Proxy (SSL) with non-ssl backend

2014-05-26 Thread Nelson Manuel Marques
Hi, I currently run a small system which consists on an Apache HTTP with PHP (8080) backend (no SSL on localhost) with a Varnish HTTP accelerator on Port 9000 (localhost) and a NGINX reverse proxy (SSL). I am facing a small issue with this setup, mainly, when I select checkboxes and friends