cinny/contrib/nginx
2025-03-31 19:10:24 +11:00
..
cinny.domain.tld.conf remove libolm related code (#2300) 2025-03-31 19:10:24 +11:00
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;
..
}