diff --git a/nginx.conf b/nginx.conf index 68a5a58..8495a9d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -40,7 +40,7 @@ server { } # Redirect unprefixed paths to /en/ - location ~ "^/(?!en/|de/|fr/|css/|js/|img/|favicon|android|apple|site|llms|health|robots|index\.xml|BingSiteAuth|[0-9a-f]{32}\.txt)" { + location ~ "^/(?!en/|de/|fr/|css/|js/|data/|fonts/|img/|favicon|android|apple|site|llms|health|robots|index\.xml|BingSiteAuth|[0-9a-f]{32}\.txt)" { return 302 $real_scheme://$host/en$request_uri; }