Quote:
Originally Posted by scottct1
I cant use this as my servers use NGINX and dont support .htaccess. 
|
For NGINX try the following code:
PHP Code:
gzip_vary
syntax: gzip_vary on|off
default: gzip_vary off
context: http, server, location
make a test on the common browsers before and after adding the code...
since I don't have NGINX on my own, I can't confirm whether it is going to work 100% or not, but that should do the work anyways