How to remove Nginx on a RHEL or CentOS in Vesta Control Panel

This is tutorial how to remove Nginx on a RHEL or CentOS in Vesta Control Panel 1. Stop nginx service nginx stop 2. Remove package yum remove nginx 3. Change vesta configuration cd /usr/local/vesta/conf sed -i “/PROXY_*/d” vesta.conf sed -i “s/8080/80/” vesta.conf sed -i “s/8443/433/” vesta.conf 4. Change httpd configuration cd /etc/httpd/conf.d sed -i “s/8080/80/” *.conf […]

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 […]

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 […]