Commit Graph

4 Commits

Author SHA1 Message Date
Igor Loskutov eeb2caf824
Add wasm mime type
This is needed for support of WASM standard' https://www.w3.org/TR/wasm-web-api-1/#streaming-modules instantiateStreaming and compileStreaming, 

and causes errors like

```
WASM: wasm streaming compile failed: TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'.
```

since plain text is returned instead.

It also doesn't seem to be easily fixable even with `nginx.conf.sigil` substitution
2023-04-16 20:33:18 +07:00
Justin Smith 1945cf3645
Add text/vtt mime type for caption files
Update to include text/vtt mime type
2019-01-11 15:11:58 +01:00
Jean-Philippe Doyle fdd63a1e37 Update with more complete default mime.types
from latest nginx @ https://raw.github.com/nginx/nginx/master/conf/mime.types
2014-02-21 20:20:55 -05:00
rhy-jot 070274df73 Initial version 2013-08-16 23:44:22 -07:00