2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

[fix] [security] redis bind localhost

This commit is contained in:
Anand Doshi 2016-05-10 13:40:52 +05:30
parent 112ea2e1f8
commit 0e81e99901
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
dbfilename redis_cache.rdb
dir {{ pid_path }}
pidfile {{ pid_path }}/redis_cache.pid
bind 127.0.0.1
port {{ port }}
maxmemory {{ maxmemory }}mb
maxmemory-policy allkeys-lru

View File

@ -1,4 +1,5 @@
dbfilename redis_queue.rdb
dir {{ pid_path }}
pidfile {{ pid_path }}/redis_queue.pid
bind 127.0.0.1
port {{ port }}

View File

@ -1,4 +1,5 @@
dbfilename redis_socketio.rdb
dir {{ pid_path }}
pidfile {{ pid_path }}/redis_socketio.pid
bind 127.0.0.1
port {{ port }}