From 03b6ca24f21d1eaae7b4e58d2f15ca9af514b346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 22 Mar 2024 23:20:31 +0100 Subject: [PATCH] web: remove no longer needed mime type definition It's built-in now. --- web/rootfs/defaults/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/rootfs/defaults/nginx.conf b/web/rootfs/defaults/nginx.conf index adf14f94..3e1cf9fa 100644 --- a/web/rootfs/defaults/nginx.conf +++ b/web/rootfs/defaults/nginx.conf @@ -32,8 +32,6 @@ http { 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; # add support for the wav MIME type that is requried to playback wav files in Firefox. audio/wav wav; }