Update docker/frontend/nginx.conf

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Reece Browne 2025-09-26 16:51:19 +01:00 committed by GitHub
parent 31fd6886dc
commit 90880eddf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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$ {