Skip to content

Commit 77e9f69

Browse files
authored
Update nginx.conf
Signed-off-by: Zoey <[email protected]>
1 parent f40f86b commit 77e9f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/usr/local/nginx/conf/nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ http {
4545

4646
gzip on;
4747
gzip_vary on;
48-
gzip_types text/css text/javascript text/xml application/atom+xml application/rss+xml text/markdown text/mathml text/plain text/vnd.sun.j2me.app-descriptor text/vnd.wap.wml text/x-component application/json application/xhtml+xml application/xspf+xml font/woff font/woff2 image/avif image/bmp image/png image/svg+xml image/tiff image/vnd.wap.wbmp image/webp image/x-icon image/x-jng audio/midi audio/mpeg audio/ogg audio/x-m4a audio/x-realaudio;
48+
gzip_types text/css application/javascript text/javascript text/xml application/atom+xml application/rss+xml text/markdown text/mathml text/plain text/vnd.sun.j2me.app-descriptor text/vnd.wap.wml text/x-component application/json application/xhtml+xml application/xspf+xml font/woff font/woff2 image/avif image/x-ms-bmp image/bmp image/png image/svg+xml image/tiff image/vnd.wap.wbmp image/webp image/x-icon image/x-jng audio/midi audio/mpeg audio/ogg audio/x-m4a audio/x-realaudio;
4949
gzip_proxied any;
5050
gzip_comp_level 1;
5151
gzip_http_version 1.0;

0 commit comments

Comments
 (0)