Skip to content

Commit

Permalink
gzip wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Oct 20, 2023
1 parent dfca66e commit 69472f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/eSealing/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion examples/wCCD/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 69472f9

Please sign in to comment.