From eb0c1592d49de956c8c4d83a831fab3cf0372acb Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 1 Nov 2024 03:28:20 +0100 Subject: Simple WebAssembly impl --- nginx.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'nginx.conf') 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; -- cgit v1.2.3