Some of our software relies on the $_SERVER[&#39;HTTPS&#39;] PHP variable to be set to &quot;on&quot; when accessing pages via https://.  So far  I&#39;ve found:<br><br>fastcgi_params HTTPS on;<br><br>but this turns it on for all pages, regardless of HTTP or HTTPS request setting.<br>
<br>What am I missing?<br><br>When I add the HTTPS on parameter, our code works (i.e. detects HTTPS in $_SERVER) but for every page, HTTP or HTTPs<br>