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 […]
See MoreTag: nginx
How to remove Nginx on a Debian or Ubuntu in Vesta Control Panel
Remove Nginx on a Debian or Ubuntu in Vesta Control Panel, Let Go Step 1. Stop nginx service nginx stop Step 2. Remove package apt-get remove nginx Step 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 Step 4. Change httpd configuration cd /etc/apache2/conf.d sed -i […]
See More
You must be logged in to post a comment.