Skip to content

Commit

Permalink
Update POST-INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
basilhendroff committed Oct 4, 2020
1 parent 75f8b6c commit a6549c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion POST-INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Edit wp-config.php `cd /usr/local/www/wordpress && ee wp-config.php` and add the
define( 'WP_REDIS_SCHEME', 'unix' );
define( 'WP_REDIS_PATH', '/var/run/redis/redis.sock' );
```
Note: For WordPress to use Redis, install and activate the Redis Object Cache plugin and using the plugin, `Enable Object Cache `.
Note: For WordPress to use Redis, install and activate the Redis Object Cache plugin. Using the plugin, `Enable Object Cache `.

## Configure the Reverse Proxy
If using Caddy, the code block might look something like:
Expand Down

0 comments on commit a6549c3

Please sign in to comment.