From a73f29cfc485b346ddf67301abbd014447863b96 Mon Sep 17 00:00:00 2001 From: denny Date: Tue, 3 Oct 2023 16:01:39 +0000 Subject: [PATCH] Update manifest.yml --- manifest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.yml b/manifest.yml index fa72b5e..9d5f051 100644 --- a/manifest.yml +++ b/manifest.yml @@ -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 \ No newline at end of file