summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/ymir-nginx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix
index dd30fcfd..c43232ab 100644
--- a/custom/ymir-nginx.nix
+++ b/custom/ymir-nginx.nix
@@ -254,7 +254,7 @@ in {
254 auth_basic "Reverse proxy to odin"; 254 auth_basic "Reverse proxy to odin";
255 auth_basic_user_file /srv/www/odin/htpasswd; 255 auth_basic_user_file /srv/www/odin/htpasswd;
256 256
257 set $upstream http://odin.asgard.yggdrasil/ 257 set $upstream http://odin.asgard.yggdrasil/;
258 proxy_pass $upstream; 258 proxy_pass $upstream;
259 } 259 }
260 } 260 }