Explorar el Código

Add mime type mapping for wasm to default Debian nginx config.

master
Jonathan Lennox hace 4 años
padre
commit
63f0166f75
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      doc/debian/jitsi-meet/jitsi-meet.example

+ 4
- 0
doc/debian/jitsi-meet/jitsi-meet.example Ver fichero

@@ -1,5 +1,9 @@
1 1
 server_names_hash_bucket_size 64;
2 2
 
3
+types {
4
+# nginx's default mime.types doesn't include a mapping for wasm
5
+    application/wasm     wasm;
6
+}
3 7
 server {
4 8
     listen 80;
5 9
     listen [::]:80;

Loading…
Cancelar
Guardar