mirror of
https://github.com/cinnyapp/cinny.git
synced 2024-12-29 10:56:10 +00:00
13 lines
192 B
Markdown
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;
|
|
..
|
|
}
|
|
```
|