From 4791176260943ae67bebab9ec5da52cbabf15d0f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Sep 2018 19:17:24 +0200 Subject: ... --- custom/ymir-nginx.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 4f8a5489..854dd4d4 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -191,7 +191,7 @@ in { server { listen *:80; listen [::]:80; - server_name ~^(.*\.)?bragi\.(yggdrasil\.li|141\.li)$; + server_name ~^(.*\.)?odin\.(yggdrasil\.li|141\.li)$; include ${acme}; @@ -203,13 +203,13 @@ in { server { listen *:443 ssl; listen [::]:443 ssl; - server_name ~^(.*\.)?bragi\.(yggdrasil\.li|141\.li)$; + server_name ~^(.*\.)?odin\.(yggdrasil\.li|141\.li)$; location / { - auth_basic "Reverse proxy to bragi"; - auth_basic_user_file /srv/www/bragi/htpasswd; + auth_basic "Reverse proxy to odin"; + auth_basic_user_file /srv/www/odin/htpasswd; - proxy_pass http://bragi.asgard.yggdrasil/; + proxy_pass http://odin.asgard.yggdrasil/; } } -- cgit v1.2.3