wordpress Tag

You'll be surprised at how simple this is. Open up the file /etc/nginx/nginx.conf. The first thing you need to do is look for the directive: gzip on; Comment that out like so: #gzip on; Now add the following contents above the line you just commented out: gzip on; gzip_vary on; gzip_min_length 10240; gzip_proxied...