From cd4d499fe75678010a0b57fe0664ee00243a513e Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Tue, 11 Aug 2026 22:32:20 +0200 Subject: [PATCH] add compatibility link for /all.ics --- hosts/www/nginx.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/www/nginx.nix b/hosts/www/nginx.nix index a7df103..c84f18c 100644 --- a/hosts/www/nginx.nix +++ b/hosts/www/nginx.nix @@ -77,6 +77,9 @@ in autoindex on; ''; }; + "/all.ics" = { + return = "301 https://www.berlin.ccc.de/calendars/all.ics"; + }; "~ ^/calendars/([^/]+\.ics)$" = { alias = "/srv/http/calendars/$1"; extraConfig = ''