Skip to content

Commit 64c8a29

Browse files
Merge pull request hestiacp#592 from alex-connor/patch-10
Update nginx.conf
2 parents b19eabe + 576e50c commit 64c8a29

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)