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
2023-09-23 16:56:45 -05:00
..
cinny.domain.tld.conf rebrand to variance 2023-09-23 16:56:45 -05: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;
..
}