Skip to content

Commit

Permalink
style fix: remove tabs and trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsysoev committed Jun 1, 2010
1 parent 3a881d3 commit 6d7beea
Show file tree
Hide file tree
Showing 2 changed files with 634 additions and 634 deletions.
2 changes: 1 addition & 1 deletion conf/uwsgi_params
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Loading

0 comments on commit 6d7beea

Please sign in to comment.