Merge pull request #2171 from jakedt/compressjs

Configure nginx to gzip our svg and js files.
This commit is contained in:
Jake Moshenko 2016-11-30 14:57:22 -05:00 committed by GitHub
commit fb4e88291c

View file

@ -22,6 +22,7 @@ gzip_min_length 500;
gzip_disable "MSIE [1-6]\.";
gzip_types text/plain text/xml text/css
text/javascript application/x-javascript
application/javascript image/svg+xml
application/octet-stream;
map $proxy_protocol_addr $proper_forwarded_for {