Nginx GZIP and cache settings
Add this snipped to server section inside your NGINX config file to add GZIP support on your website:
gzip on;
gzip_disable “msie6”;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss…