summarylogtreecommitdiffstats
path: root/redis.conf-sane-defaults.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redis.conf-sane-defaults.patch')
-rw-r--r--redis.conf-sane-defaults.patch18
1 files changed, 4 insertions, 14 deletions
diff --git a/redis.conf-sane-defaults.patch b/redis.conf-sane-defaults.patch
index 7c47275c0799..1c4cb9a0acff 100644
--- a/redis.conf-sane-defaults.patch
+++ b/redis.conf-sane-defaults.patch
@@ -1,17 +1,7 @@
-diff --git a/redis.conf b/redis.conf
-index adc0902..66d360d 100644
---- a/redis.conf
-+++ b/redis.conf
-@@ -53,7 +53,7 @@
- # Examples:
- #
- # bind 192.168.1.100 10.0.0.1
--# bind 127.0.0.1 ::1
-+bind 127.0.0.1 ::1
- #
- # ~~~ WARNING ~~~ If the computer running Redis is directly exposed to the
- # internet, binding to all the interfaces is dangerous and will expose the
-@@ -252,7 +252,7 @@ dbfilename dump.rdb
+diff -wbBur redis-3.2.1/redis.conf redis-3.2.1.my/redis.conf
+--- redis-3.2.1/redis.conf 2016-06-17 16:15:21.000000000 +0300
++++ redis-3.2.1.my/redis.conf 2016-06-22 18:06:23.687046141 +0300
+@@ -244,7 +244,7 @@
# The Append Only File will also be created inside this directory.
#
# Note that you must specify a directory here, not a file name.