nextcloud: use redis for file locking cache

This commit is contained in:
Wonderfall
2016-10-16 14:03:42 +02:00
parent 8ac879b3d7
commit e0e21acf73
9 changed files with 60 additions and 10 deletions

View File

@ -0,0 +1,14 @@
bind 127.0.0.1
protected-mode yes
port 0
unixsocket /tmp/redis.sock
unixsocketperm 700
daemonize no
pidfile /tmp/redis.pid
logfile /tmp/redis.log
save 900 1
save 300 10
save 60 10000
dbfilename dump.rdb
dir /var/lib/redis/
maxmemory <REDIS_MAX_MEMORY>