diff options
author | antirez <antirez@gmail.com> | 2015-02-19 22:47:32 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2015-02-19 22:47:32 +0100 |
commit | 0aa5acc8f31a45ba4ee625227bae80e125fd8bdb (patch) | |
tree | 94555b8fc85c0c48c4211d42f487ed865ac3af90 | |
parent | 1024664247a0853569bcd8abe1127cd107a20fc8 (diff) | |
download | redis-0aa5acc8f31a45ba4ee625227bae80e125fd8bdb.tar.gz |
Give obvious instructions on how to bind all interfaces.
-rw-r--r-- | redis.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf index eb67583c4..d0684e86a 100644 --- a/redis.conf +++ b/redis.conf @@ -49,6 +49,9 @@ # the IPv4 lookback interface address (this means Redis will be able to # accept connections only from clients running into the same computer it # is running). +# +# IF YOU ARE SURE YOU WANT YOUR INSTANCE TO LISTEN TO ALL THE INTERFACES +# JUST UNCOMMENT THE FOLLOWING LINE. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bind 127.0.0.1 |