From cb31eab80d20ecfbd8367708ac4b19d126f3be44 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Tue, 14 Jul 2026 19:50:11 +0200 Subject: [PATCH] typo --- hosts/www/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/www/nginx.nix b/hosts/www/nginx.nix index 804c95a..d35744f 100644 --- a/hosts/www/nginx.nix +++ b/hosts/www/nginx.nix @@ -84,7 +84,7 @@ in autoindex on; ''; }; - "~ ^/calendar/([^/]+\.ics)$" = { + "~ ^/calendars/([^/]+\.ics)$" = { alias = "/srv/http/calendars/$1"; extraConfig = '' add_header Cache-Control "no-cache";