Explained: Cpanel Log Files Path

cPanel is a trendy brand and also the most used open-source platform in the web hosting industry. It is the best tool for managing a website that includes easy configuration, monitoring, and protection of servers and sites in a minute. Further, it consists of numerous logs that can be useful for experienced and beginners. Similarly, […]

See More
Remove Nginx and CentOS image

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

See More

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

See More