Welcome to Centmin Mod Community
Register Now

Beta Branch add VARNISHREPO_DISABLE variable

Discussion in 'Centmin Mod Github Commits' started by eva2000, Apr 13, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    53,251
    12,117
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,655
    Local Time:
    1:58 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add VARNISHREPO_DISABLE variable

    To control whether Varnish Cache yum repo is installed. Defaults now to VARNISHREPO_DISABLE='y' to disable Varnish Cache yum repo from installation due to issues with digitalocean servers specifically. More than one user has reported issues specific to digitalocean and packagecloud.io connectivity Installer stalls · Issue #109 · centminmod/centminmod & Install - Nginx - PHP-FPM - PHP & Nginx Not Installed By Default.. Testing on other non-digitalocean servers is fine with no problems installing Varnish Cache yum repo from packagecloud.io. If you're an existing digitalocean user having issues with slow yum commands or not using Varnish Cache, you can potentially speed up yum by disabling Varnish Cache if it's yum repo is setup using SSH command below
    Code (Text):
    yum-config-manager --disable varnishcache_varnish41 varnishcache_varnish41-source
    

    Continue reading...

    123.09beta01 branch