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
Why-should-you-opt-for-shared-hosting

Why Should you Opt for Shared Hosting?

Probably, the second toughest thing to decide when you are starting your online business is this – What type of hosting should you choose, first obviously being – How to choose a hosting provider? Even though the Shared Hosting is popular, people often do not understand what is Shared Hosting? Before making any decisions, we […]

See More
scheduled task in Plesk

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

See More