This commit is contained in:
XenGi 2026-06-18 22:59:01 +02:00
commit 35c5877e7c
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0

View file

@ -89,15 +89,6 @@ in
'';
};
"/all.ics".root = "/srv/www/calendar";
"/status" = {
proxyPass = "http://${cfg.host}:${toString cfg.port}";
recommendedProxySettings = true;
extraConfig = ''
allow 195.160.173.14;
allow 2001:678:760:cccb::14;
deny all;
'';
};
};
};
};