From a50dd086c36490d05acaf8711680ce144411a460 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Sat, 6 Dec 2025 21:02:22 +0100 Subject: [PATCH] feat: Include 'Kategorien' in Nginx location regex for HTML content. --- docs/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nginx.conf b/docs/nginx.conf index 067e8dc..73a085d 100644 --- a/docs/nginx.conf +++ b/docs/nginx.conf @@ -83,7 +83,7 @@ server { default_type application/xml; } - location ~ ^/(datenschutz|impressum|batteriegesetzhinweise|widerrufsrecht|sitemap|agb|Konfigurator|404|profile|resetPassword|thc-test|filiale|aktionen|presseverleih|payment/success)(/|$) { + location ~ ^/(datenschutz|impressum|batteriegesetzhinweise|widerrufsrecht|sitemap|agb|Kategorien|Konfigurator|404|profile|resetPassword|thc-test|filiale|aktionen|presseverleih|payment/success)(/|$) { types {} default_type text/html; }