summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-11-01 03:28:20 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-11-01 03:28:20 +0100
commiteb0c1592d49de956c8c4d83a831fab3cf0372acb (patch)
tree51af9b577499b85397267baed0db96046e12aefe /nginx.conf
parent3d1e81ef18c4b2138b834459262f262e44a3397d (diff)
downloadreduced_system_layer-eb0c1592d49de956c8c4d83a831fab3cf0372acb.zip
Simple WebAssembly impl
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx.conf b/nginx.conf
index 83e6d1b..1297f03 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -8,6 +8,7 @@ events {
http {
types {
text/html htm;
+ image/gif gif;
application/wasm wasm;
}
default_type application/octet-stream;