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;