diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir.nginx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/custom/ymir.nginx b/custom/ymir.nginx index 1fb0afcb..92689fa2 100644 --- a/custom/ymir.nginx +++ b/custom/ymir.nginx | |||
@@ -60,3 +60,13 @@ server { | |||
60 | 60 | ||
61 | root /srv/www/dirty-haskell.org; | 61 | root /srv/www/dirty-haskell.org; |
62 | } | 62 | } |
63 | |||
64 | server { | ||
65 | listen *:80; | ||
66 | listen [::]:80; | ||
67 | server_name git.yggdrasil.li www.git.yggdrasil.li; | ||
68 | |||
69 | location / { | ||
70 | uwsgi_pass unix:///tmp/cgit.sock; | ||
71 | } | ||
72 | } \ No newline at end of file | ||