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:
parent
112ea2e1f8
commit
0e81e99901
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
dbfilename redis_queue.rdb
|
||||
dir {{ pid_path }}
|
||||
pidfile {{ pid_path }}/redis_queue.pid
|
||||
bind 127.0.0.1
|
||||
port {{ port }}
|
||||
|
@ -1,4 +1,5 @@
|
||||
dbfilename redis_socketio.rdb
|
||||
dir {{ pid_path }}
|
||||
pidfile {{ pid_path }}/redis_socketio.pid
|
||||
bind 127.0.0.1
|
||||
port {{ port }}
|
||||
|
Loading…
Reference in New Issue
Block a user