File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ touch /var/log/redis/redis.log
3535find /var/log/redis -type d,f -exec chmod 775 {} \;
3636chmod 775 /run/redis
3737chmod 775 /var/lib/redis
38+ chmod 775 /var/log/redis
3839chown -R redis:redis /run/redis
3940chown -R redis:redis /var/lib/redis
4041chown -R redis:redis /var/log/redis
Original file line number Diff line number Diff line change 4242define ('WP_ALLOW_MULTISITE ' , false );
4343
4444/* Redis Object Cache */
45+ define ('WP_CACHE ' , true );
4546define ('WP_CACHE_KEY_SALT ' , 'SEDURL ' );
4647define ('WP_REDIS_DISABLE_BANNERS ' , 'true ' );
4748define ('WP_REDIS_IGBINARY ' , 'true ' );
4849define ('WP_REDIS_MAXTTL ' , '300 ' );
4950//define('WP_REDIS_PATH', '/run/redis/redis-server.sock');
50- define ('WP_REDIS_PREFIX ' , 'SEDURL ' );
51+ // define('WP_REDIS_PREFIX', 'SEDURL');
5152//define('WP_REDIS_SCHEME', 'unix');
5253define ('WP_REDIS_SELECTIVE_FLUSH ' , 'true ' );
5354
You can’t perform that action at this time.
0 commit comments