Join the community today
Register Now

Master Branch update centmin.sh menu option 22 cache enabler for v1.4.0 support in …

Discussion in 'Centmin Mod Github Commits' started by eva2000, Aug 31, 2020.

  1. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:29 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update centmin.sh menu option 22 cache enabler for v1.4.0 support in 123.09beta01

    - Cache Enabler plugin v1.4.0 has a caching routine breaking change as they switched to scheme based caching so cached files are prefixed with http- or https- depending on how file is requested https://github.com/keycdn/cache-enabler/pull/94. Nginx served caching looking for cached files in format index.html or index-webp.html prior to v1.4.0. But with v1.4.0 the format cached to http-index.html or https-index.html etc.
    - Update applies to new centmin.sh menu option 22 cache enabler selected installs and not existing installs. For existing installs, a further update will be made in 123.09beta01 to auto detect existing generated /usr/local/nginx/conf/wpincludes/${vhostname}/wpcacheenabler_${vhostname}.conf include files where ${vhostname} is your wordpress domain name and then auto apply the changes.

    Continue reading...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.