From 69472f9dc94387fcd0190b682fb233c379289331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Bruus=20Zeppelin?= Date: Fri, 20 Oct 2023 15:03:17 +0200 Subject: [PATCH] gzip wasm --- examples/eSealing/nginx.conf | 2 +- examples/wCCD/nginx.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/eSealing/nginx.conf b/examples/eSealing/nginx.conf index 682c802c1..d5adbf731 100644 --- a/examples/eSealing/nginx.conf +++ b/examples/eSealing/nginx.conf @@ -32,7 +32,7 @@ server { root /usr/share/nginx/html; # Set expires max on static file types - location ~* ^.+\.(css|js|jpg|jpeg|gif|png|ico|gz|svg|svgz|ttf|otf|woff|eot|mp4|ogg|ogv|webm)$ { + location ~* ^.+\.(css|js|jpg|jpeg|gif|png|ico|gz|svg|svgz|ttf|otf|woff|eot|mp4|ogg|ogv|webm|wasm)$ { expires max; root /usr/share/nginx/html; access_log off; diff --git a/examples/wCCD/nginx.conf b/examples/wCCD/nginx.conf index 682c802c1..d5adbf731 100644 --- a/examples/wCCD/nginx.conf +++ b/examples/wCCD/nginx.conf @@ -32,7 +32,7 @@ server { root /usr/share/nginx/html; # Set expires max on static file types - location ~* ^.+\.(css|js|jpg|jpeg|gif|png|ico|gz|svg|svgz|ttf|otf|woff|eot|mp4|ogg|ogv|webm)$ { + location ~* ^.+\.(css|js|jpg|jpeg|gif|png|ico|gz|svg|svgz|ttf|otf|woff|eot|mp4|ogg|ogv|webm|wasm)$ { expires max; root /usr/share/nginx/html; access_log off;