commit | fd87f1b7906120b81dba06558d73ed492f2a230f | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Fri Dec 09 15:38:26 2011 +0000 |
committer | Valentin Bartenev <vbart@nginx.com> | Fri Dec 09 15:38:26 2011 +0000 |
tree | d231f1525c38ab9b1fb3fd5b69cf6f660f17a0d8 | |
parent | 247332a1e269f3015eaaeaac6541aa06170b4430 [diff] [blame] |
Added HTTPS param with Apache-like behaviour to fastcgi/scgi/uwsgi_params (fixes #38).
diff --git a/conf/scgi_params b/conf/scgi_params index 257167e..47348ca 100644 --- a/conf/scgi_params +++ b/conf/scgi_params
@@ -8,6 +8,7 @@ scgi_param DOCUMENT_ROOT $document_root; scgi_param SCGI 1; scgi_param SERVER_PROTOCOL $server_protocol; +scgi_param HTTPS $https if_not_empty; scgi_param REMOTE_ADDR $remote_addr; scgi_param REMOTE_PORT $remote_port;