chore: remove WASM MIME type declaration from nginx configuration

This commit is contained in:
asepharyana
2026-07-04 05:02:25 +07:00
parent 9614546243
commit 5fa97da969
2 changed files with 512 additions and 5 deletions
-5
View File
@@ -43,11 +43,6 @@ server {
proxy_send_timeout 86400s;
}
# WASM MIME type
types {
application/wasm wasm;
}
# Gzip for static assets
gzip on;
gzip_types text/plain text/css application/json application/javascript application/wasm image/svg+xml;