Welcome to Centmin Mod Community
Register Now

Master Branch fix CF Polish issue with centmin.sh menu option 22 in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Mar 2, 2021.

  1. eva2000

    eva2000 Administrator Staff Member

    54,918
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    7:37 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    fix CF Polish issue with centmin.sh menu option 22 in 123.09beta01

    - fix centmin.sh menu option 22 wordpress configuration when using Cloudflare Polish as outlined at https://community.centminmod.com/threads/cloudflare-polish-issues.21048/ for fresh new installs
    - for existing users edit their wpsecure include files which would be located at /usr/local/nginx/conf/wpincludes/yourdomain.com/wpsecure_yourdomain.com.conf to change the header and restart nginx service

    from

    add_header Cache-Control "public, no-transform";

    to

    add_header Cache-Control "public";

    Continue reading...

    Centmin Mod Github Master branch

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