comparison conf/uwsgi_params @ 3542:9bf51b3fc1c1

style fix: remove tabs and trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 15:55:04 +0000
parents 21452748d165
children 352a7b025f2e
comparison
equal deleted inserted replaced
3541:21452748d165 3542:9bf51b3fc1c1
3 uwsgi_param REQUEST_METHOD $request_method; 3 uwsgi_param REQUEST_METHOD $request_method;
4 uwsgi_param CONTENT_TYPE $content_type; 4 uwsgi_param CONTENT_TYPE $content_type;
5 uwsgi_param CONTENT_LENGTH $content_length; 5 uwsgi_param CONTENT_LENGTH $content_length;
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 11
12 uwsgi_param REMOTE_ADDR $remote_addr; 12 uwsgi_param REMOTE_ADDR $remote_addr;
13 uwsgi_param REMOTE_PORT $remote_port; 13 uwsgi_param REMOTE_PORT $remote_port;