diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 01:07:25 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 01:07:25 +0100 |
commit | 52a2764f91509eaaea6499e5956a387c4ef80b35 (patch) | |
tree | 693d6686359d95caff5b13e46fe50061fb9d81a6 /custom/ymir.nginx | |
parent | 12cd292ccb83739d0d74095564dc94d1c11cc7a6 (diff) | |
download | nixos-52a2764f91509eaaea6499e5956a387c4ef80b35.tar nixos-52a2764f91509eaaea6499e5956a387c4ef80b35.tar.gz nixos-52a2764f91509eaaea6499e5956a387c4ef80b35.tar.bz2 nixos-52a2764f91509eaaea6499e5956a387c4ef80b35.tar.xz nixos-52a2764f91509eaaea6499e5956a387c4ef80b35.zip |
syntax
Diffstat (limited to 'custom/ymir.nginx')
-rw-r--r-- | custom/ymir.nginx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
67 | server_name git.yggdrasil.li www.git.yggdrasil.li; | 67 | server_name git.yggdrasil.li www.git.yggdrasil.li; |
68 | 68 | ||
69 | location / { | 69 | location / { |
70 | uwsgi_pass unix:///tmp/cgit.sock; | 70 | uwsgi_pass unix:/tmp/cgit.sock; |
71 | } | 71 | } |
72 | } \ No newline at end of file | 72 | } \ No newline at end of file |