Archived
1
0

Update securing-redis.md

This commit is contained in:
Tristan B. Kildaire 2016-06-04 18:57:21 +02:00
parent 285f5c271a
commit 28b8c5059c

View File

@ -12,4 +12,4 @@ This will allow you to add a password to your Redis server that must be used bef
Then take your password, `x` and run this command (with `sudo` if needed). Then take your password, `x` and run this command (with `sudo` if needed).
echo "x" > /path/to/your/redis.conf echo "requirepass x" >> /path/to/your/redis.conf