cinny/contrib/nginx
2021-08-03 19:07:22 +02:00
..
cinny.domain.tld.conf
README.md ensure new mime type comes in types. 2021-08-03 19:07:22 +02:00

nginx configuration

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

/etc/nginx/mime.types:

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