Skip to content

Commit

Permalink
Update nginx/rootfs/etc/nginx/nginx.conf
Browse files Browse the repository at this point in the history
Co-authored-by: tinect <[email protected]>
  • Loading branch information
shyim and tinect authored Oct 14, 2024
1 parent 366c662 commit 1cc2b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/rootfs/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ http {
gzip on;
gzip_min_length 1000;
gzip_proxied expired no-cache no-store private auth;
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript;
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript application/atom+xml application/json application/vnd.api+json application/rss+xml application/vnd.ms-fontobject application/x-font-opentype application/x-font-truetype application/x-font-ttf application/xhtml+xml font/eot font/opentype font/otf font/truetype image/svg+xml image/vnd.microsoft.icon;
}
}

0 comments on commit 1cc2b4c

Please sign in to comment.