fix warning in nextcloud
This commit is contained in:
parent
2ef1664a29
commit
52f8b35252
1 changed files with 2 additions and 0 deletions
|
@ -239,6 +239,8 @@ in
|
|||
"openssl.cafile" = "/etc/ssl/certs/ca-certificates.crt";
|
||||
short_open_tag = "Off";
|
||||
|
||||
output_buffering = "Off";
|
||||
|
||||
# Needed to avoid corruption per https://docs.nextcloud.com/server/21/admin_manual/configuration_server/caching_configuration.html#id2
|
||||
"redis.session.locking_enabled" = "1";
|
||||
"redis.session.lock_retries" = "-1";
|
||||
|
|
Loading…
Reference in a new issue