mirror of
https://github.com/RGBCube/cinny
synced 2025-07-30 16:37:46 +00:00
192 B
192 B
nginx configuration
Insert wasm type into nginx mime.types file so they load correctly.
/etc/nginx/mime.types
:
types {
..
application/wasm wasm;
..
}