[fanny] proxy_pass tasklist

This commit is contained in:
2025-01-22 00:51:07 +01:00
parent ec7f02ae67
commit d98dae86f7

View File

@@ -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 = {