Install Nginx as reverse proxy on cPanel server

How to install Nginx as reverse proxy on cPanel server following steps are installing Nginx as reverse proxy on cPanel server Steap 1 :  SSH to server as root. Steap 2 :  Change the directory to “/usr/local/src” # cd /usr/local/src then, Download the latest nginxadmin package & Install #wget http://nginxcp.com/latest/nginxadmin.tar #tar xf nginxadmin.tar #cd publicnginx #./nginxinstaller install […]

ModSecurity configuration in WHM

ModSecurity configuration in WHM Let’s learns about what is ModSecurity first? The ModSecurity is an interface using which we can configure the global settings of ModSecurity. It is also a popular and efficient tool used in most of the cPanel servers for detecting the malicious activities and also preventing them. i.e. it provides protection from […]

How to install and configure Nginx on cPanel servers

  Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. How to set up Nginx? Follow the steps to install nginx as reverse proxy in a cPanel server: 1) SSH to server as root. 2) Change the directory to “/usr/local/src” # cd /usr/local/src Download & Install Nginx on cPanel […]