diff --git a/nginx.conf b/nginx.conf index 1a6892e..98e384e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -35,7 +35,7 @@ server { } # Redirect unprefixed paths to /en/ - location ~ ^/(?!en/|de/|css/|js/|img/|favicon|android|apple|site|llms) { + location ~ ^/(?!en/|de/|css/|js/|img/|favicon|android|apple|site|llms|health) { return 302 /en$request_uri; }