Website Accelerator

Nginx Configuration

Nginx configuration Within this menu you may change different aspects of the Nginx configuration, including rate limiting. Global Nginx options: Worker connections: Sets the maximum number of simultaneous connections that can be opened by a worker process. Official documentation. Client Body Timeout: Defines a timeout for reading client request body. The timeout is set only…
read more »

Release

Release 1.1.9 Major Feature and Improvements Change ioncude encoding to support P^HP 7.4 and 8.1 Minor Feature and Improvements Fix variable declaration ordrer in function call Release 1.1.7 Behavioral Changes Added the "x-cache-enabled" header to remove the WordPress server cache check. Release 1.1.6 Minor Feature and Improvements Fix variable declaration errors in the licence validation…
read more »

Manual Modification of the NGINX Configuration

Since version 1.0.10, it is now possible to add custom configuration into the Nginx configuration. In previous version, all modification made to the NGINX configuration file were erased by the module. Two files can be modified in the server: The “pre_virtual_host.conf” will be loaded just before including all the hosted site virtual host into NGINX…
read more »

Command Line Interface

Several features of the module are available on the command line. They must be executed with the following form: /etc/wsa/./wsa –-parameter=value The available commands are: help Displays all the commands that can be executed. /etc/wsa/./wsa –help check-wsad Ensures that the WSAD service is functional, if the service is no longer functional for a particular reason,…
read more »

Possible configuration in the WHM interface

The module can be activated only for some users and disabled for others. When the module is deactivated for a user, the user will not see the options of the website accelerator in his cPanel control panel and the files inside the “.wsa” folder of the hosting will not be taken into account. However, even…
read more »

Update module

This option allows you to manually update the module if available. By default, automatic updates are enabled, this option is mainly useful when automatic updates have been disabled.

Enable & Disable module

With a single click, you can enable or disable the module. This will close the existing connections of Nginx in order to change the listening ports of Apache and Nginx. Those changes can take up to 30 seconds to complete. Please do not leave the page during this process. During the transition between Apache and…
read more »

Restart Nginx

Proceed to a complete restart of the Nginx server. May be useful if for some unknown reason the Nginx service was unstable.

Rebuild Nginx configuration

Allows you to rebuild all Nginx configuration files. This option will be useful when changing Nginx’s basic settings. It can also be used in case of problems with Nginx to update all configuration files for each site. However, this last part should not require manual work since the module recognizes when there is a configuration…
read more »

Clear the Nginx cache

This option will empty all files in the Nginx cache directory while keeping the folder hierarchy present. The operation is much faster than clearing a single site or user, because it is not necessary to search the files in cache.

Sidebar