Overview
This guide shows you how to enable and configure NGINX in the Webuzo Control Panel. It includes setting up NGINX, enabling HTTP/2, Gzip compression, USER MOD DIR, managing SSL., and configure Varnish caching.
Enabling and configuring NGINX in Webuzo improves site performance, speeds up loading times, and enhances security. It also simplifies SSL management, allows for custom user directories. and enables caching for greater resource efficiency.
Navigate to the Home > Apps > Nginx Settings
1) Enable HTTP/2 protocol: Enables support for the HTTP/2 protocol, which improves website loading speed and efficiency.
2) Enable Gzip Compression: Check this option to compress website content before sending it to users. This reduces data size and improves page loading speed.
3) Enable USER MOD DIR: allow access to user websites using a URL like http://your-server-ip/~username, useful for previewing sites before the domain is configured.
4) No IP in Virtual Host: Check this option to configure virtual hosts without binding them to a specific IP address, allowing them to work on all available IPs.
5) Check this option to disable processing of server-side include directives, improving security and reducing server load.
6) Additional Server Aliases: Use this option to add extra domain prefixes (e.g.,
2) Enable Gzip Compression: Check this option to compress website content before sending it to users. This reduces data size and improves page loading speed.
3) Enable USER MOD DIR: allow access to user websites using a URL like http://your-server-ip/~username, useful for previewing sites before the domain is configured.
4) No IP in Virtual Host: Check this option to configure virtual hosts without binding them to a specific IP address, allowing them to work on all available IPs.
5) Check this option to disable processing of server-side include directives, improving security and reducing server load.
6) Additional Server Aliases: Use this option to add extra domain prefixes (e.g.,
smtp, pop) that will be included as ServerAlias for all domains and also covered under Automatic SSL. Special characters and spaces are not allowed.Varnish Settings
1) Enable Varnish: Check this option to enable Varnish caching, which speeds up website loading by storing and serving cached content.
2) Port No: Specify the port number on which Varnish will listen for incoming requests.