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