Open redis to other hosts
This commit is contained in:
parent
90acea3043
commit
a327f0e74b
|
@ -77,7 +77,7 @@ bind 0.0.0.0
|
|||
# you are sure you want clients from other hosts to connect to Redis
|
||||
# even if no authentication is configured, nor a specific set of interfaces
|
||||
# are explicitly listed using the "bind" directive.
|
||||
protected-mode yes
|
||||
protected-mode no
|
||||
|
||||
# Accept connections on the specified port, default is 6379 (IANA #815344).
|
||||
# If port 0 is specified Redis will not listen on a TCP socket.
|
||||
|
|
Loading…
Reference in New Issue