feat: Include 'Kategorien' in Nginx location regex for HTML content.

This commit is contained in:
sebseb7
2025-12-06 21:02:22 +01:00
parent e88370ff3e
commit a50dd086c3

View File

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