diff --git a/docker/frontend/nginx.conf b/docker/frontend/nginx.conf index 8ba85a858..ffe913738 100644 --- a/docker/frontend/nginx.conf +++ b/docker/frontend/nginx.conf @@ -93,7 +93,7 @@ http { proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Port $server_port; -n } + } # Serve .mjs files with correct MIME type (must come before general static assets) location ~* \.mjs$ {