1
0
Fork 0
mirror of https://github.com/mat-1/variance.git synced 2025-08-02 15:26:04 +00:00
variance/contrib/nginx
2021-08-03 19:07:22 +02:00
..
cinny.domain.tld.conf add example nginx config file 2021-08-03 19:04:45 +02: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;
..
}