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

How to Enable Leverage Browser Caching on Nginx
How to Enable Leverage Browser Caching on Nginx

You can enable Leverage Browser Caching via the settings page of WP Fastest Cache for Apache servers but You cannot…

How to Serve WebP Images on Nginx
How to Serve WebP Images on Nginx

After the images are optimized, they are served as webp on Apache servers automatically. However, this situation is not possible…

How to Enable Gzip Compression in WordPress
How to Enable Gzip Compression in WordPress

Used by more than half of all websites, Gzip Compression remains popular today.

Ready to get started?

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