Update securing-redis.md
This commit is contained in:
parent
285f5c271a
commit
28b8c5059c
@ -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
|
||||||
|
Reference in New Issue
Block a user