forked from Public/DockerWordpress
Format README.md
This commit is contained in:
parent
366b8e8836
commit
26eaa8b633
@ -15,7 +15,9 @@ REDIS CONFIGURATION IN WORDPRESS
|
|||||||
Install the Redis Object Cache plugin in WordPress and Activate it
|
Install the Redis Object Cache plugin in WordPress and Activate it
|
||||||
Then, in Settings -> Redis click Enable Object Cache
|
Then, in Settings -> Redis click Enable Object Cache
|
||||||
For the plugin to function you must add the following in your wp-config.php file:
|
For the plugin to function you must add the following in your wp-config.php file:
|
||||||
|
|
||||||
define('WP_REDIS_HOST', 'redis');
|
define('WP_REDIS_HOST', 'redis');
|
||||||
|
|
||||||
define('WP_CACHE_KEY_SALT', 'wp-docker-5DknvYepdjyJMo8gDqrLhrpAJUQ');
|
define('WP_CACHE_KEY_SALT', 'wp-docker-5DknvYepdjyJMo8gDqrLhrpAJUQ');
|
||||||
|
|
||||||
The WP_CACHE_KEY_SALT must be unique, so do your best in adapting it.
|
The WP_CACHE_KEY_SALT must be unique, so do your best in adapting it.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user