summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-13 01:06:10 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-13 01:06:10 +0100
commit12cd292ccb83739d0d74095564dc94d1c11cc7a6 (patch)
tree3b0f615b9ed50c7a453cab525ccabf0e79cd763d
parentba8379f7bc09a75c357578e559677529bfe1fea6 (diff)
downloadnixos-12cd292ccb83739d0d74095564dc94d1c11cc7a6.tar
nixos-12cd292ccb83739d0d74095564dc94d1c11cc7a6.tar.gz
nixos-12cd292ccb83739d0d74095564dc94d1c11cc7a6.tar.bz2
nixos-12cd292ccb83739d0d74095564dc94d1c11cc7a6.tar.xz
nixos-12cd292ccb83739d0d74095564dc94d1c11cc7a6.zip
cursory nginx conf
-rw-r--r--custom/ymir.nginx10
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
64server {
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