How to Enable Gzip in Webuzo with Nginx

by admin

There is no .htaccess file in Nginx servers so WP Fastest Cache cannot set the gzip rules. Therefor, you must the gzip rules manually.

1. First of all you need to click on “Nginx” logo to open “Nginx Configuration” page

webuzo-panel

2. Now you should copy and paste the rules below

gzip on;
gzip_vary on;
gzip_proxied any;
gzip_comp_level 6;
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_types image/svg+xml text/plain text/html text/xml text/css text/javascript application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript application/x-font-ttf application/vnd.ms-fontobject font/opentype font/ttf font/eot font/otf;

webuzo-nginx-configuration

Related articles

Placeholder Image
How to Clear All The Cache After Update Post

Follow the link: http://www.wpfastestcache.com/tutorial/to-clear-cache-after-update/

WP Fastest Cache Cloudflare
WP Fastest Cache Cloudflare

WP Fastest Cache is totally compatible with Cloudflare. In order to minimize potential conflicts, you need to Cloudflare cdn integration.

How to Redirect All HTTP to HTTPS .htaccess
How to Redirect All HTTP to HTTPS .htaccess

If you have installed an SSL certificate on your website, the website may not be available via a secure HTTPS…

Ready to get started?

Purchase your first license and see why 1,500,000+ websites globally around the world trust us.