From 4cf59e50ad5878cfa6add441b74d051edff16dea Mon Sep 17 00:00:00 2001 From: Tanveer Ahmed Ansari Date: Fri, 3 Nov 2023 11:48:50 +0530 Subject: [PATCH] gzip application list to compress --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 983d5e7..275873d 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ output_buffers 4 64k; proxy_hide_header Upgrade; proxy_hide_header X-Powered-By; gzip on; -gzip_types text/plain text/css application/json application/javascript text/xml application/xml ; +gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rdf+xml application/rss+xml application/schema+json application/vnd.geo+json application/vnd.ms-fontobject application/x-font-ttf application/x-javascript application/x-web-app-manifest+json application/xhtml+xml application/xml font/eot font/opentype image/bmp image/svg+xml image/vnd.microsoft.icon image/x-icon text/cache-manifest text/css text/javascript text/plain text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy text/xml; gzip_min_length 1024; gzip_comp_level 6; gzip_buffers 16 8k; @@ -136,7 +136,7 @@ gzip_static on; ```nginx gzip on; -gzip_types text/plain text/css application/json application/javascript text/xml application/xml ; +gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rdf+xml application/rss+xml application/schema+json application/vnd.geo+json application/vnd.ms-fontobject application/x-font-ttf application/x-javascript application/x-web-app-manifest+json application/xhtml+xml application/xml font/eot font/opentype image/bmp image/svg+xml image/vnd.microsoft.icon image/x-icon text/cache-manifest text/css text/javascript text/plain text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy text/xml; gzip_min_length 1024; gzip_comp_level 6; gzip_buffers 16 8k; @@ -154,7 +154,7 @@ output_buffers 4 64k; proxy_hide_header Upgrade; proxy_hide_header X-Powered-By; gzip on; -gzip_types text/plain text/css application/json application/javascript text/xml application/xml ; +gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rdf+xml application/rss+xml application/schema+json application/vnd.geo+json application/vnd.ms-fontobject application/x-font-ttf application/x-javascript application/x-web-app-manifest+json application/xhtml+xml application/xml font/eot font/opentype image/bmp image/svg+xml image/vnd.microsoft.icon image/x-icon text/cache-manifest text/css text/javascript text/plain text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy text/xml; gzip_min_length 1024; gzip_comp_level 6; gzip_buffers 16 8k; @@ -169,7 +169,7 @@ gzip_static on; client_max_body_size 20m; output_buffers 4 64k; gzip on; -gzip_types text/plain text/css application/json application/javascript text/xml application/xml ; +gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rdf+xml application/rss+xml application/schema+json application/vnd.geo+json application/vnd.ms-fontobject application/x-font-ttf application/x-javascript application/x-web-app-manifest+json application/xhtml+xml application/xml font/eot font/opentype image/bmp image/svg+xml image/vnd.microsoft.icon image/x-icon text/cache-manifest text/css text/javascript text/plain text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy text/xml; gzip_min_length 1024; gzip_comp_level 6; gzip_buffers 16 8k;