chore: remove WASM MIME type declaration from nginx configuration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user