]> git.hoellein.online Git - vserver/commitdiff
saving uncommitted changes in /etc prior to apt run
authormhoellein <mario@hoellein.online>
Fri, 24 Dec 2021 09:05:40 +0000 (10:05 +0100)
committermhoellein <mario@hoellein.online>
Fri, 24 Dec 2021 09:05:40 +0000 (10:05 +0100)
redis/redis.conf

index ee61800de58143b576bd5dfeb8292eecc296f3ed..1ff5208aa13e246ec0b676aad8be483e3888cbce 100644 (file)
@@ -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.