redis: Added parameter for bind address
This commit is contained in:
parent
012f12ef80
commit
307010a103
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
bind 127.0.0.1
|
||||
bind <%= @bind %>
|
||||
dir /srv/redis
|
||||
appendonly <% if @appendonly == true %>yes<% else %>no<% end %>
|
||||
<% if @password -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue