comparison 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
comparison
equal deleted inserted replaced
4332:4d9f985fd217 4333:352a7b025f2e
6 6
7 uwsgi_param REQUEST_URI $request_uri; 7 uwsgi_param REQUEST_URI $request_uri;
8 uwsgi_param PATH_INFO $document_uri; 8 uwsgi_param PATH_INFO $document_uri;
9 uwsgi_param DOCUMENT_ROOT $document_root; 9 uwsgi_param DOCUMENT_ROOT $document_root;
10 uwsgi_param SERVER_PROTOCOL $server_protocol; 10 uwsgi_param SERVER_PROTOCOL $server_protocol;
11 uwsgi_param HTTPS $https if_not_empty;
11 12
12 uwsgi_param REMOTE_ADDR $remote_addr; 13 uwsgi_param REMOTE_ADDR $remote_addr;
13 uwsgi_param REMOTE_PORT $remote_port; 14 uwsgi_param REMOTE_PORT $remote_port;
14 uwsgi_param SERVER_PORT $server_port; 15 uwsgi_param SERVER_PORT $server_port;
15 uwsgi_param SERVER_NAME $server_name; 16 uwsgi_param SERVER_NAME $server_name;