Small post, I’ve been struggling a little with getting ssl to work reliably with https. specifically relating to the following piece of code:
[code]fastcgi_param HTTPS on;[/code]
Lets wind back, I can get HTTPS working with nginx no problem and the above provided I do the following,
…