Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-01 19:55:04 +0400
committerIgor Sysoev <igor@sysoev.ru>2010-06-01 19:55:04 +0400
commit6d7beea1ce593f1def4dece117c4bffea973991f (patch)
tree24d32739e45542f5a2393859eba4aa97f73ae1fe /conf
parent3a881d30b5876bd0ad74e71a8aa6b5e4ca8b4eac (diff)
style fix: remove tabs and trailing spaces
Diffstat (limited to 'conf')
-rw-r--r--conf/uwsgi_params2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/uwsgi_params b/conf/uwsgi_params
index 7cc9c351e..b57e8e78e 100644
--- a/conf/uwsgi_params
+++ b/conf/uwsgi_params
@@ -5,7 +5,7 @@ uwsgi_param CONTENT_TYPE $content_type;
uwsgi_param CONTENT_LENGTH $content_length;
uwsgi_param REQUEST_URI $request_uri;
-uwsgi_param PATH_INFO $document_uri;
+uwsgi_param PATH_INFO $document_uri;
uwsgi_param DOCUMENT_ROOT $document_root;
uwsgi_param SERVER_PROTOCOL $server_protocol;