comparison conf/uwsgi_params @ 3541:21452748d165

import original ngx_http_uwsgi_module version
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 15:53:11 +0000
parents
children 9bf51b3fc1c1
comparison
equal deleted inserted replaced
3540:2bf7f72f26b7 3541:21452748d165
1
2 uwsgi_param QUERY_STRING $query_string;
3 uwsgi_param REQUEST_METHOD $request_method;
4 uwsgi_param CONTENT_TYPE $content_type;
5 uwsgi_param CONTENT_LENGTH $content_length;
6
7 uwsgi_param REQUEST_URI $request_uri;
8 uwsgi_param PATH_INFO $document_uri;
9 uwsgi_param DOCUMENT_ROOT $document_root;
10 uwsgi_param SERVER_PROTOCOL $server_protocol;
11
12 uwsgi_param REMOTE_ADDR $remote_addr;
13 uwsgi_param REMOTE_PORT $remote_port;
14 uwsgi_param SERVER_PORT $server_port;
15 uwsgi_param SERVER_NAME $server_name;