calendars

This commit is contained in:
XenGi 2026-07-14 19:41:00 +02:00
commit ea32378a2e
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -84,7 +84,7 @@ in
autoindex on; autoindex on;
''; '';
}; };
"~ ^/calendar/[^/]+\.ics$" = { "~ ^/calendars/[^/]+\.ics$" = {
root = "/srv/http/ics"; root = "/srv/http/ics";
tryFiles = "$uri $uri/ $uri.ics =404"; tryFiles = "$uri $uri/ $uri.ics =404";
}; };