diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-11-01 03:28:20 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-11-01 03:28:20 +0100 |
commit | eb0c1592d49de956c8c4d83a831fab3cf0372acb (patch) | |
tree | 51af9b577499b85397267baed0db96046e12aefe /nginx.conf | |
parent | 3d1e81ef18c4b2138b834459262f262e44a3397d (diff) | |
download | reduced_system_layer-eb0c1592d49de956c8c4d83a831fab3cf0372acb.zip |
Simple WebAssembly impl
Diffstat (limited to 'nginx.conf')
-rw-r--r-- | nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ events { http { types { text/html htm; + image/gif gif; application/wasm wasm; } default_type application/octet-stream; |