Engintron (Nginx on cPanel) is an open source NGINX installer, which integrates your existing WHM server with NGINX web server. Engintron improves the performance & web serving capacity of WHM server by installing & configuring the NGINX web server to act as a reverse caching proxy for static files like CSS, JS, Images etc.

It also adds a micro-cache layer to improve the performance of dynamic content generated by the popular CMS such as WordPress, Joomla & Drupal; forum scripts like vBulletin, phpBB, SMF and eCommerce scripts like Magento, OpenCart, PrestaShop, etc. In this tutorial, we'll assist you to install and remove Engintron NGINX Varnish plugin in WHM server.

Installing Engintron in WHM Server


An installation of Engintron is pretty simple and lasts only for few minutes. Just connect to your cPanel server with root SSH access and issue following commands, one at a time.

cd / 
rm -f engintron.sh 
wget --no-check-certificate https://raw.githubusercontent.com/engintron/engintron/master/engintron.sh 
bash engintron.sh install

Alternatively, you can hit the single command in terminal.

cd /; rm -f engintron.sh; wget --no-check-certificate https://raw.githubusercontent.com/engintron/engintron/master/engintron.sh; bash engintron.sh install

Removing Engintron from WHM Server


To uninstall Engintron, issue following command from server terminal with root SSH user.

bash /engintron.sh remove
Răspunsul a fost util? 15 utilizatori au considerat informația utilă (204 Voturi)