mirror of
https://github.com/cinnyapp/cinny.git
synced 2024-11-20 14:59:55 +01: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;
..
}