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";