summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-13 01:18:44 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-13 01:18:44 +0100
commit255c315315ab4574d03e1b5d94aac2b7d0a45fc9 (patch)
tree0ad24c80dbb2f6606b283ca1525da16a42310c4a
parente7917b939724e161d7d9e5af1768206aab9dfae9 (diff)
downloadnixos-255c315315ab4574d03e1b5d94aac2b7d0a45fc9.tar
nixos-255c315315ab4574d03e1b5d94aac2b7d0a45fc9.tar.gz
nixos-255c315315ab4574d03e1b5d94aac2b7d0a45fc9.tar.bz2
nixos-255c315315ab4574d03e1b5d94aac2b7d0a45fc9.tar.xz
nixos-255c315315ab4574d03e1b5d94aac2b7d0a45fc9.zip
cleanup
-rw-r--r--custom/ymir.nginx2
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;