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

View file

@ -84,7 +84,7 @@ in
autoindex on; autoindex on;
''; '';
}; };
"~ ^/calendar/([^/]+\.ics)$" = { "~ ^/calendars/([^/]+\.ics)$" = {
alias = "/srv/http/calendars/$1"; alias = "/srv/http/calendars/$1";
extraConfig = '' extraConfig = ''
add_header Cache-Control "no-cache"; add_header Cache-Control "no-cache";