mirror of
https://github.com/officialdakari/Extera.git
synced 2025-04-11 23:08:46 +02: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;
..
}