ensure new mime type comes in types.
This commit is contained in:
parent
a21dfa1430
commit
c6da11f32c
1 changed files with 2 additions and 0 deletions
|
|
@ -4,7 +4,9 @@
|
||||||
|
|
||||||
`/etc/nginx/mime.types`:
|
`/etc/nginx/mime.types`:
|
||||||
```
|
```
|
||||||
|
types {
|
||||||
..
|
..
|
||||||
application/wasm wasm;
|
application/wasm wasm;
|
||||||
..
|
..
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue