Skip to content

Commit c1a311f

Browse files
Merge pull request hestiacp#598 from alex-connor/patch-16
Update nginx.conf
2 parents 99d0a8c + e956cdf commit c1a311f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install/ubuntu/14.10/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)