mirror of
https://github.com/RGBCube/cinny
synced 2025-08-02 01:47:46 +00:00
add example nginx config file
This commit is contained in:
parent
210f6b51df
commit
661ac8c6f4
2 changed files with 37 additions and 0 deletions
10
contrib/nginx/README.md
Normal file
10
contrib/nginx/README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# nginx configuration
|
||||
|
||||
## Insert wasm type into nginx mime.types file so they load correctly.
|
||||
|
||||
`/etc/nginx/mime.types`:
|
||||
```
|
||||
..
|
||||
application/wasm wasm;
|
||||
..
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue