Skip to content

Commit 576e50c

Browse files
committed
1 parent 1689ea3 commit 576e50c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install/rhel/7/nginx/nginx.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ http {
5151
gzip_comp_level 9;
5252
gzip_min_length 512;
5353
gzip_buffers 8 64k;
54-
gzip_types text/plain text/css text/javascript
55-
application/x-javascript application/javascript;
54+
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml application/x-font-ttf font/opentype;
5655
gzip_proxied any;
5756

5857

0 commit comments

Comments
 (0)