From a327f0e74b89cad810e2119fb1df5d9c8183ed7a Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Mon, 14 May 2018 15:44:55 +0200 Subject: [PATCH] Open redis to other hosts --- tmpl/redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/redis.conf b/tmpl/redis.conf index c75a73a..932dbb6 100644 --- a/tmpl/redis.conf +++ b/tmpl/redis.conf @@ -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.