mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 14:22:25 +03:00
182 B
182 B
nginx configuration
Insert wasm type into nginx mime.types file so they load correctly.
/etc/nginx/mime.types
:
..
application/wasm wasm;
..