11 lines
182 B
Markdown
11 lines
182 B
Markdown
|
# nginx configuration
|
||
|
|
||
|
## Insert wasm type into nginx mime.types file so they load correctly.
|
||
|
|
||
|
`/etc/nginx/mime.types`:
|
||
|
```
|
||
|
..
|
||
|
application/wasm wasm;
|
||
|
..
|
||
|
```
|