diff options
-rw-r--r-- | bragi.nix | 2 | ||||
-rw-r--r-- | bragi/bar/generated.nix | 4 | ||||
-rw-r--r-- | custom/ymir-nginx.nix | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -382,7 +382,7 @@ in rec { | |||
382 | } | 382 | } |
383 | 383 | ||
384 | location /bar/ { | 384 | location /bar/ { |
385 | proxy_pass http://[::1]:8082; | 385 | proxy_pass http://[::1]:8082/; |
386 | proxy_set_header AppRoot $scheme://$host/bar; | 386 | proxy_set_header AppRoot $scheme://$host/bar; |
387 | } | 387 | } |
388 | } | 388 | } |
diff --git a/bragi/bar/generated.nix b/bragi/bar/generated.nix index 5a016817..23b4cd69 100644 --- a/bragi/bar/generated.nix +++ b/bragi/bar/generated.nix | |||
@@ -13,8 +13,8 @@ mkDerivation { | |||
13 | version = "0.2.0"; | 13 | version = "0.2.0"; |
14 | src = fetchgit { | 14 | src = fetchgit { |
15 | url = "git://git.yggdrasil.li/gkleen/pub/bar"; | 15 | url = "git://git.yggdrasil.li/gkleen/pub/bar"; |
16 | sha256 = "03430jdzxsah23fslsgi0mqx1l2hw33bwx5x7kkz0mhphf86j5l7"; | 16 | sha256 = "0ckl2viz1nrmqnf1igv1yd4drr6b1yip3wpijmr2fqyckij83jg9"; |
17 | rev = "089ba7d7f860022780da9d426207dc7fe3507a55"; | 17 | rev = "adf379f414ebd6f06cfe49dc481b220c7f141ba1"; |
18 | }; | 18 | }; |
19 | isLibrary = true; | 19 | isLibrary = true; |
20 | isExecutable = true; | 20 | isExecutable = true; |
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index b9d77844..33a9411a 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -160,7 +160,7 @@ in { | |||
160 | auth_basic "Reverse proxy to bragi"; | 160 | auth_basic "Reverse proxy to bragi"; |
161 | auth_basic_user_file /srv/www/bragi/htpasswd; | 161 | auth_basic_user_file /srv/www/bragi/htpasswd; |
162 | 162 | ||
163 | proxy_pass http://bragi.asgard.yggdrasil; | 163 | proxy_pass http://bragi.asgard.yggdrasil/; |
164 | 164 | ||
165 | location /bar/ { | 165 | location /bar/ { |
166 | proxy_set_header AppRoot $scheme://$host/bar; | 166 | proxy_set_header AppRoot $scheme://$host/bar; |