Skip to content
Snippets Groups Projects
Commit 7de6f766 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

webserver: Add MIME type for WebAssembly

parent 9ad68201
Branches
Tags
No related merge requests found
......@@ -29,6 +29,9 @@ http {
# server_name_in_redirect off;
include /etc/nginx/mime.types;
types {
application/wasm wasm;
}
default_type application/octet-stream;
resolver {{ webserver_resolver|join(" ") }} ipv6={% if webserver_enable_ipv6 %}on{% else %}off{% endif %};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment