mirror of
https://github.com/RGBCube/cinny
synced 2026-01-13 08:41:01 +00:00
| .. | ||
| cinny.domain.tld.conf | ||
| README.md | ||
nginx configuration
Insert wasm type into nginx mime.types file so they load correctly.
/etc/nginx/mime.types:
types {
..
application/wasm wasm;
..
}