Nginx is a web server , Web server software deal with web pages in response to browser requests. Nginx work on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols.
Now you can use Nginx on cPanel server , there is a plugins named ” Nginx Admin ” Or Nginx cP .
How to Install nginx on cPanel server?
How TO Install Nginx Admin :
cd /usr/local/src
wget http://nginxcp.com/latest/nginxadmin.tar
tar xf nginxadmin.tar
cd publicnginx
./nginxinstaller install
Thats it , Now log in your WHM As root user & search ” Nginx Admin”
How to Uninstall :
cd /usr/local/src
wget http://nginxcp.com/latest/nginxadmin.tar
tar xf nginxadmin.tar
cd publicnginx
./nginxinstaller uninstall
Thank you for reading the post , if you need more information or more help please go to official web site : NginxcP