vojo/contrib/nginx
2026-04-13 22:22:01 +03:00
..
README.md ensure new mime type comes in types. 2021-08-03 19:07:22 +02:00
vojo.domain.tld.conf rebrending contination: add icons 2026-04-13 22:22:01 +03:00

nginx configuration

Insert wasm type into nginx mime.types file so they load correctly.

/etc/nginx/mime.types:

types {
..
    application/wasm                      wasm;
..
}