Hello,
I tried nginx directives in plesk 12.0 and it does not work.
I tried to enable gzip with nginx.
To work here you must change nginx.conf:
nano /etc/nginx/nginx.conf
uncomment the first two lines and then add the 3rd line:
gzip on;
gzip_disable “MSIE [1-6]\.(?!.*SV1)”;
gzip_types...