From ea32378a2ef22de0c1500b5b3469145329e64f76 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Tue, 14 Jul 2026 19:41:00 +0200 Subject: [PATCH] calendars --- 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 c32a1e5..ea63c17 100644 --- a/hosts/www/nginx.nix +++ b/hosts/www/nginx.nix @@ -84,7 +84,7 @@ in autoindex on; ''; }; - "~ ^/calendar/[^/]+\.ics$" = { + "~ ^/calendars/[^/]+\.ics$" = { root = "/srv/http/ics"; tryFiles = "$uri $uri/ $uri.ics =404"; };