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

pull/8492/head jitsi-meet_5462
Jonathan Lennox 4 years ago committed by Дамян Минков
parent 79f3756d33
commit 63f0166f75
  1. 4
      doc/debian/jitsi-meet/jitsi-meet.example

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

Loading…
Cancel
Save