Browse Source

web: remove no longer needed mime type definition

It's built-in now.
Saúl Ibarra Corretgé 1 year ago
parent
commit
03b6ca2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      web/rootfs/defaults/nginx.conf

+ 0 - 2
web/rootfs/defaults/nginx.conf

@@ -32,8 +32,6 @@ http {
 
 
  	include /etc/nginx/mime.types;
  	include /etc/nginx/mime.types;
 	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.
 		# add support for the wav MIME type that is requried to playback wav files in Firefox.
 		audio/wav        wav;
 		audio/wav        wav;
 	}
 	}