diff --git a/machines/vpn/configuration.nix b/machines/vpn/configuration.nix index 0ff703e..ee70402 100644 --- a/machines/vpn/configuration.nix +++ b/machines/vpn/configuration.nix @@ -52,7 +52,16 @@ with lib; locations."/" = { proxyPass = "http://10.100.0.101"; extraConfig = '' - proxy_set_header Host $host; + proxy_set_heade Host $host; + ''; + }; + }; + + virtualHosts."tasklist.malobeo.org" = { + locations."/" = { + proxyPass = "http://10.100.0.101"; + extraConfig = '' + proxy_set_heade Host $host; ''; }; };