diff options
Diffstat (limited to 'custom/ymir.nginx')
-rw-r--r-- | custom/ymir.nginx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/ymir.nginx b/custom/ymir.nginx index 9879c6f3..77e013cd 100644 --- a/custom/ymir.nginx +++ b/custom/ymir.nginx | |||
@@ -66,6 +66,8 @@ 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 | |||
69 | location / { | 71 | location / { |
70 | uwsgi_pass unix:/tmp/cgit.sock; | 72 | uwsgi_pass unix:/tmp/cgit.sock; |
71 | } | 73 | } |