cinny/contrib/nginx/README.md
2021-08-03 19:04:45 +02:00

10 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;
..
```