• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Plesk 11.0.9 and ngix gzip compression

RuvanN

New Pleskian
Plesk version 11.0.9 and ngix gzip compression


Hi, I have this server @ Amazon Ec2 instance.

I added following code as instructed by IorGe

As possible solution create the file: /etc/nginx/conf.d/gzip.conf

Enter the following:

gzip on;
gzip_proxied any;
gzip_types text/plain text/xml text/css application/x-javascript;
gzip_vary on;
gzip_disable "MSIE [1-6]\.(?!.*SV1)";

Then restart nginx in Plesk Services Management. Note that text/html doesn’t need to be specified with gzip_types (and in fact produces a configuration warning if you try). Once you set gzip on, nginx automatically assumes text/html as a gzip type.

Then restarted my server and tested using http://www.gidnetwork.com/tools/gzip-test.php

but still it says Web page compressed? No

HTML:
status HTTP/1.1 200 OK 
server nginx 
date Tue, 29 Oct 2013
07:40:35 GMT 
content-type text/html 
content-length 27100 
last-modified Mon, 26 Aug 2013
07:49:25 GMT 
connection close 
vary Accept-Encoding 
cache-control max-age=86400 
expires Wed, 30 Oct 2013
07:40:35 GMT 
x-powered-by PleskLin 
accept-ranges bytes

Help much appreciated.
 
Back
Top