diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 01:18:44 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 01:18:44 +0100 |
commit | 255c315315ab4574d03e1b5d94aac2b7d0a45fc9 (patch) | |
tree | 0ad24c80dbb2f6606b283ca1525da16a42310c4a /custom | |
parent | e7917b939724e161d7d9e5af1768206aab9dfae9 (diff) | |
download | nixos-255c315315ab4574d03e1b5d94aac2b7d0a45fc9.tar nixos-255c315315ab4574d03e1b5d94aac2b7d0a45fc9.tar.gz nixos-255c315315ab4574d03e1b5d94aac2b7d0a45fc9.tar.bz2 nixos-255c315315ab4574d03e1b5d94aac2b7d0a45fc9.tar.xz nixos-255c315315ab4574d03e1b5d94aac2b7d0a45fc9.zip |
cleanup
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir.nginx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/custom/ymir.nginx b/custom/ymir.nginx index b5bb9ce4..80319d13 100644 --- a/custom/ymir.nginx +++ b/custom/ymir.nginx | |||
@@ -66,8 +66,6 @@ server { | |||
66 | listen [::]:80; | 66 | listen [::]:80; |
67 | server_name git.yggdrasil.li www.git.yggdrasil.li; | 67 | server_name git.yggdrasil.li www.git.yggdrasil.li; |
68 | 68 | ||
69 | error_log /var/log/cgit.error; | ||
70 | |||
71 | location / { | 69 | location / { |
72 | uwsgi_param QUERY_STRING $query_string; | 70 | uwsgi_param QUERY_STRING $query_string; |
73 | uwsgi_param REQUEST_METHOD $request_method; | 71 | uwsgi_param REQUEST_METHOD $request_method; |