From 52a2764f91509eaaea6499e5956a387c4ef80b35 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Jan 2016 01:07:25 +0100 Subject: syntax --- custom/ymir.nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/ymir.nginx b/custom/ymir.nginx index 92689fa2..9879c6f3 100644 --- a/custom/ymir.nginx +++ b/custom/ymir.nginx @@ -67,6 +67,6 @@ server { server_name git.yggdrasil.li www.git.yggdrasil.li; location / { - uwsgi_pass unix:///tmp/cgit.sock; + uwsgi_pass unix:/tmp/cgit.sock; } } \ No newline at end of file -- cgit v1.2.3