diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index d4c5bc9..10fac65 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -96,6 +96,15 @@ in ''; }; }; + + virtualHosts."tasklist.malobeo.org" = { + locations."/" = { + proxyPass = "http://10.0.0.5:8080"; + extraConfig = '' + proxy_set_header Host $host; + ''; + }; + }; }; services.tor = {