add example nginx config file
This commit is contained in:
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;
|
||||
..
|
||||
```
|
||||
Reference in New Issue
Block a user