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

Steps to create, edit, and remove scheduled task in Plesk- Hostripples

With the task scheduler in Plesk panel, we can do below: Execute a command at a particular time intervals Fetch URLs at a particular time intervals Run/execute PHP scripts at a particular time intervals Steps to create a scheduled task in Plesk Step-1 : Login to Plesk panel Step-2 : From the left -side menu, […]

How to Create, Modify and Remove Service Plan in Plesk

In this blog, we will see how to create, modify, and remove the service plan in Plesk. Service plans enable you to define packages of hosting resources that you can sell to your customers. You can design the packages based on the hosting resources, these packages are known as Service Plans. So that you can […]