[vpn] proxypass tasklist

This commit is contained in:
2025-01-22 00:50:57 +01:00
parent adf4a12881
commit ec7f02ae67

View File

@@ -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;
'';
};
};