From e7917b939724e161d7d9e5af1768206aab9dfae9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Jan 2016 01:18:37 +0100 Subject: typo --- custom/ymir.nginx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'custom') diff --git a/custom/ymir.nginx b/custom/ymir.nginx index 0512d79e..b5bb9ce4 100644 --- a/custom/ymir.nginx +++ b/custom/ymir.nginx @@ -69,19 +69,19 @@ server { error_log /var/log/cgit.error; location / { - uwuwsgi_param QUERY_STRING $query_string; - uwuwsgi_param REQUEST_METHOD $request_method; - uwuwsgi_param CONTENT_TYPE $content_type; - uwuwsgi_param CONTENT_LENGTH $content_length; - uwuwsgi_param REQUEST_URI $request_uri; - uwuwsgi_param PATH_INFO $document_uri; - uwuwsgi_param DOCUMENT_ROOT $document_root; - uwuwsgi_param SERVER_PROTOCOL $server_protocol; - uwuwsgi_param REMOTE_ADDR $remote_addr; - uwuwsgi_param REMOTE_PORT $remote_port; - uwuwsgi_param SERVER_ADDR $server_addr; - uwuwsgi_param SERVER_PORT $server_port; - uwuwsgi_param SERVER_NAME $server_name; + uwsgi_param QUERY_STRING $query_string; + uwsgi_param REQUEST_METHOD $request_method; + 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 DOCUMENT_ROOT $document_root; + uwsgi_param SERVER_PROTOCOL $server_protocol; + uwsgi_param REMOTE_ADDR $remote_addr; + uwsgi_param REMOTE_PORT $remote_port; + uwsgi_param SERVER_ADDR $server_addr; + uwsgi_param SERVER_PORT $server_port; + uwsgi_param SERVER_NAME $server_name; uwsgi_pass unix:/tmp/cgit.sock; uwsgi_modifier1 9; } -- cgit v1.2.3