web: fix WASM MIME type
This commit is contained in:
@@ -27,6 +27,10 @@ http {
|
|||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
|
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
|
types {
|
||||||
|
# add support for wasm MIME type, that is required by specification and it is not part of default mime.types file
|
||||||
|
application/wasm wasm;
|
||||||
|
}
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|||||||
Reference in New Issue
Block a user