[pretalx] init

This commit is contained in:
2026-02-22 21:47:34 +01:00
committed by ahtlon
parent 344eeb437b
commit a1bfa0120c
3 changed files with 88 additions and 0 deletions

View File

@@ -229,6 +229,15 @@ in
};
};
virtualHosts."talks.malobeo.org" = {
locations."/" = {
proxyPass = "http://${hosts.malobeo.hosts.pretalx.network.address}";
extraConfig = ''
proxy_set_header Host $host;
'';
};
};
virtualHosts."tasklist.malobeo.org" = {
locations."/" = {
proxyPass = "http://${hosts.malobeo.hosts.durruti.network.address}:8080";