ensure new mime type comes in types.

This commit is contained in:
creme 2021-08-03 19:07:22 +02:00
parent a21dfa1430
commit c6da11f32c

View file

@ -4,7 +4,9 @@
`/etc/nginx/mime.types`: `/etc/nginx/mime.types`:
``` ```
types {
.. ..
application/wasm wasm; application/wasm wasm;
.. ..
}
``` ```