xinny/contrib/nginx/README.md
2021-08-03 19:07:22 +02:00

13 lines
192 B
Markdown

# nginx configuration
## Insert wasm type into nginx mime.types file so they load correctly.
`/etc/nginx/mime.types`:
```
types {
..
application/wasm wasm;
..
}
```