From: mhoellein Date: Fri, 24 Dec 2021 09:05:40 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=181e894f57ad21a096ca5b61a1ede65fab17a9b6;p=vserver saving uncommitted changes in /etc prior to apt run --- diff --git a/redis/redis.conf b/redis/redis.conf index ee61800de..1ff5208aa 100644 --- a/redis/redis.conf +++ b/redis/redis.conf @@ -85,7 +85,7 @@ bind 127.0.0.1 ::1 # 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 yes # Accept connections on the specified port, default is 6379 (IANA #815344). # If port 0 is specified Redis will not listen on a TCP socket.