Install nginx on cPanel server Date Posted: 15-11-2017 cPanel is the widely used control panel to manage webhosting and it comes with apache as a default webserver. Nginx is fast webserver when compared to apache webserver. In this tutorial, we will explain on how to install nginx on cpanel server.… Continue Reading Install nginx on cPanel server

lfd on hostname High 5 minute load average alert| Increase load average threshold on csf Date posted: 13-11-2017 Consider a scenario where we have multiple cores and by default lfd will send notification incase if the server load goes more than 5. Csf doesn’t detect the number of cores and… Continue Reading lfd on hostname High 5 minute load average alert| Increase load average threshold on csf

Posted Date:01-11-2017 In this post we will explain solve the modal scrolling issue in bootstrap pop up modal.   You should add the following Javascript $(‘.modal’).on(‘hidden.bs.modal’, function (e) { if($(‘.modal’).hasClass(‘in’)) { $(‘body’).addClass(‘modal-open’); } });