cinny/contrib/nginx
2021-08-03 19:04:45 +02:00
..
cinny.domain.tld.conf add example nginx config file 2021-08-03 19:04:45 +02:00
README.md add example nginx config file 2021-08-03 19:04:45 +02:00

nginx configuration

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

/etc/nginx/mime.types:

..
    application/wasm                      wasm;
..