Update manifest.yml

main
denny 2023-10-03 16:01:39 +00:00
parent d2ac235c42
commit a73f29cfc4
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ onInstall:
cd /var/www/webroot/ROOT && wp plugin deactivate litespeed-cache
cd /var/www/webroot/ROOT && wp plugin install redis-cache --activate
cd /var/www/webroot/ROOT && wp config set WP_REDIS_IGNORED_GROUPS "['comment','counts','plugins','themes','wc_session_id','learndash_reports','learndash_admin_profile','bp_messages','bp_messages_threads']" --raw
cd /var/www/webroot/ROOT && wp config set WP_REDIS_SCHEME 'unix'
cd /var/www/webroot/ROOT && wp config set WP_REDIS_HOST '/var/run/redis/redis.sock'
cd /var/www/webroot/ROOT && wp config set WP_REDIS_PORT 0 --raw
cd /var/www/webroot/ROOT && wp redis enable