Remove unnecessary mapping that could cause issues

This commit is contained in:
Reece 2025-09-25 16:23:18 +01:00
parent 0d3f50b1fb
commit 0cfd2bc40d

View File

@ -6,11 +6,6 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
# Add .mjs MIME type mapping
types {
text/javascript mjs;
}
# Gzip compression
gzip on;
gzip_vary on;