This repository modification of NginxCP. What feature modification ?
- Enable SSL on NginxCP
- Add module Pagespeed on NginxCP
How to install:
-
Clone Repository
git clone https://github.com/geek-id/nginxcp_pagespeed.git
-
Open folder nginxcp_pagespeed
cd nginxcp_pagespeed
-
Running installer nginxcp
./nginx-installer.py
-
Restart web server
systemctl restart httpd
-
Register the plugin nginxcp on cPanel
/usr/local/cpanel/bin/register_appconfig /var/cpanel/apps/nginxcp.conf
-
Setting up cron job to clean up temporary files
crontab -e -u root
Add the following cron job to the end of line list
0 */1 * * * /usr/sbin/tmpwatch -am 1 /tmp/nginx_client
Regards,
Geek-ID