fix: isolate GTIN tool and legal pages

This commit is contained in:
desfoto automation
2026-09-25 19:47:28 +02:00
parent 160d72f144
commit 89b8ca2283
15 changed files with 284 additions and 38 deletions

View File

@@ -65,6 +65,8 @@ server {
location = /datenschutz.html { return 301 /datenschutz/; }
location = /kontakt.html { return 301 /kontakt/; }
location = /gtin { return 301 /gtin/; }
location = /gtin/impressum { return 301 /gtin/impressum/; }
location = /gtin/datenschutz { return 301 /gtin/datenschutz/; }
location = /gtin/manifest.webmanifest {
default_type application/manifest+json;
try_files $uri =404;