Want more timely Centmin Mod News Updates?
Become a Member

Beta Branch fix for centmin.sh menu option 22 in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jun 11, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    55,380
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    8:19 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    fix for centmin.sh menu option 22 in 123.09beta01


    centmin.sh menu option 22 wordpress installer routine fix for full page cache = wordpress super cache option. Some how wp-config.php ended up with incorrect user permission. The fix is to make sure all wordpress installed files and plugins end up with user and group permissions being owned by user = nginx which can be done using SSH cown command recursively changing ${vhostname} to your domain name

    Code (Text):
    chown -R nginx:nginx /home/nginx/domains/${vhostname}/public
    


    Continue reading...

    123.09beta01 branch