Update and clean Tomato RAF files
[tomato.git] / release / src / router / nginx / conf / uwsgi_params
blobf539451b6f5816d66f4c86d5c247af59e1daf98c
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;
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 uwsgi_param  HTTPS              $https if_not_empty;
13 uwsgi_param  REMOTE_ADDR        $remote_addr;
14 uwsgi_param  REMOTE_PORT        $remote_port;
15 uwsgi_param  SERVER_PORT        $server_port;
16 uwsgi_param  SERVER_NAME        $server_name;