Join the community today
Become a Member

Beta Branch update centmin.sh menu option 22 wp-cron in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Nov 8, 2020.

  1. eva2000

    eva2000 Administrator Staff Member

    53,178
    12,112
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,647
    Local Time:
    11:21 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update centmin.sh menu option 22 wp-cron in 123.09beta01

    - Update template for optional system cronjob for wp-cron.php to account for guest full HTML page caching and HTTPS vs non-HTTPS Wordpress sites for new centmin.sh menu option 22 Wordpress installs
    - Existing Wordpress installs will need to edit their existing system cronjobs if they have enabled them (uncomment hash) as they are disabled by default. Updated cronjob in system cron looks like when disabled with hash in front

    Code (Text):
    #*/15 * * * * sleep 3s ; curl -skD - -H "Cookie: wordpress_logged_in" "https://domain.com/wp-cron.php?doing_wp_cron" -o /dev/null 2>&1


    replace domain.com with your domain name

    Continue reading...

    123.09beta01 branch


     
    Last edited: Nov 8, 2020