GNU/Linux >> Linux Esercitazione >  >> Panels >> Panels

Come installare NGINX nel server WHM tramite Engintron?

Engintron (Nginx su cPanel) è un programma di installazione NGINX open source, che integra il tuo server WHM esistente con il server web NGINX. Engintron migliora le prestazioni e la capacità di servizio Web del server WHM installando e configurando il server Web NGINX in modo che funga da proxy di memorizzazione nella cache inversa per file statici come CSS, JS, immagini ecc.

Aggiunge anche un micro -livello cache per migliorare le prestazioni dei contenuti dinamici generati dai popolari CMS come WordPress, Joomla e Drupal; script di forum come vBulletin, phpBB, SMF e script di eCommerce come Magento, OpenCart, PrestaShop, ecc. In questo tutorial, ti aiuteremo a installare e rimuovere il plug-in Engintron NGINX Varnish nel server WHM.

Installazione di Engintron nel server WHM

L'installazione di Engintron è piuttosto semplice e dura solo pochi minuti. Basta collegarsi al server cPanel con accesso SSH root ed eseguire i seguenti comandi, uno alla volta.

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

In alternativa, puoi premere il singolo comando nel terminale.

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

Rimozione di Engintron dal server WHM

Per disinstallare Engintron, emettere il seguente comando dal terminale del server con l'utente SSH root.

bash /engintron.sh remove

Panels
  1. Come installare NGINX nel server WHM tramite Cpnginx?

  2. Come installare XVarnish nel server WHM?

  3. Come installare Nginx su WHM/cPanel con Engintron

  4. Come installare LEMP su Ubuntu 16.04

  5. Come installare Nginx su Ubuntu 18.04

Come utilizzare il proxy inverso Nginx (server cPanel/WHM)

Come installare Nginx su Ubuntu 14.04

Come installare Nginx in Debian 7

Come installare Nginx su Fedora 22

Come installare NGINX su Ubuntu 20.04

Come installare Nginx su CentOS 7