the latest versions you can find here: Nginx Admin - cPanel nginx automated installer Plugin
connect to your server via ssh,
and use this commands step by step:
after you installed it go to WHM Tweak Settings > System > and change in the field Apache non-SSL IP/port [?] the value 80 to 8081 save the settings,
now you need to enable in your firewall the port 8081
edit crontab via ssh with command:
and add this line to it:
Done.
connect to your server via ssh,
and use this commands step by step:
Code:
cd /usr/local/src wget http://nginxcp.com/nginxadmin2.5-stable.tar tar xf nginxadmin2.5-stable.tar cd publicnginx ./nginxinstaller install
now you need to enable in your firewall the port 8081
edit crontab via ssh with command:
Code:
crontab -e
Code:
*/15 * * * * /usr/sbin/tmpwatch -am 4 /tmp/nginx_client
Comment