commit | 6d7beea1ce593f1def4dece117c4bffea973991f | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Jun 01 15:55:04 2010 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Jun 01 15:55:04 2010 +0000 |
tree | 24d32739e45542f5a2393859eba4aa97f73ae1fe | |
parent | 3a881d30b5876bd0ad74e71a8aa6b5e4ca8b4eac [diff] [blame] |
style fix: remove tabs and trailing spaces
diff --git a/conf/uwsgi_params b/conf/uwsgi_params index 7cc9c35..b57e8e7 100644 --- a/conf/uwsgi_params +++ b/conf/uwsgi_params
@@ -5,7 +5,7 @@ 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;