diff conf/uwsgi_params @ 4333:352a7b025f2e

Added HTTPS param with Apache-like behaviour to fastcgi/scgi/uwsgi_params (fixes #38).
author Valentin Bartenev <vbart@nginx.com>
date Fri, 09 Dec 2011 15:38:26 +0000
parents 9bf51b3fc1c1
children 62869a9b2e7d
line wrap: on
line diff
--- a/conf/uwsgi_params
+++ b/conf/uwsgi_params
@@ -8,6 +8,7 @@ uwsgi_param  REQUEST_URI        $request
 uwsgi_param  PATH_INFO          $document_uri;
 uwsgi_param  DOCUMENT_ROOT      $document_root;
 uwsgi_param  SERVER_PROTOCOL    $server_protocol;
+uwsgi_param  HTTPS              $https if_not_empty;
 
 uwsgi_param  REMOTE_ADDR        $remote_addr;
 uwsgi_param  REMOTE_PORT        $remote_port;