Configure nginx to gzip our svg and js files.

This commit is contained in:
Jake Moshenko 2016-11-29 09:30:32 -05:00
parent b7aac159ae
commit 51ba68d135

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 {