projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c92508
)
stop binding redis to 127.0.0.1
author
Sam
<sam.saffron@gmail.com>
Thu, 26 May 2016 03:21:15 +0000
(13:21 +1000)
committer
Sam
<sam.saffron@gmail.com>
Thu, 26 May 2016 03:21:15 +0000
(13:21 +1000)
templates/redis.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/redis.template.yml
b/templates/redis.template.yml
index 249018a45c8a8a117bdf17e81efe19b10d37dfe0..6ac852ce534796ed4c839587d809d42b7023e039 100644
(file)
--- a/
templates/redis.template.yml
+++ b/
templates/redis.template.yml
@@
-32,6
+32,11
@@
run:
from: /^logfile.*$/
to: "logfile \"\""
+ - replace:
+ filename: "/etc/redis/redis.conf"
+ from: /^bind .*$/
+ to: ""
+
- replace:
filename: "/etc/redis/redis.conf"
from: /^dir .*$/