Merge pull request #595 from alex-connor/patch-13

Update nginx.conf
This commit is contained in:
Serghey Rodin 2016-06-27 02:10:26 +03:00 committed by GitHub
commit a0946b19e9

View file

@ -51,7 +51,7 @@ http {
gzip_comp_level 9;
gzip_min_length 512;
gzip_buffers 8 64k;
gzip_types text/plain text/css text/javascript
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;
application/x-javascript application/javascript;
gzip_proxied any;