Skip to content

Commit a0946b1

Browse files
Merge pull request hestiacp#595 from alex-connor/patch-13
Update nginx.conf
2 parents 74db33a + 115a7af commit a0946b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/ubuntu/13.04/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +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
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;
5555
application/x-javascript application/javascript;
5656
gzip_proxied any;
5757

0 commit comments

Comments
 (0)