cinny/contrib/nginx/README.md

11 lines
182 B
Markdown
Raw Normal View History

2021-08-03 20:04:45 +03:00
# nginx configuration
## Insert wasm type into nginx mime.types file so they load correctly.
`/etc/nginx/mime.types`:
```
..
application/wasm wasm;
..
```