Fix and Update Nextcloud

- Harden Redis install
- Update Nextcloud to 19 (Fixes #193 )
- Update PHP to PHP74 (Fixes #193 )
- Fix nextcloud Admin password not presented/set correctly
- Remove PHP-Hash (included in base PHP now) (Fixes #193 )
- Remove PHP-WDDX (not available anymore for PHP74) (Fixes #193 )
This commit is contained in:
kjeld Schouten-Lebbing
2020-07-13 16:08:26 +02:00
parent d793671646
commit 53a3eaa742
3 changed files with 10 additions and 9 deletions

View File

@ -98,8 +98,8 @@ tcp-backlog 511
# incoming connections. There is no default, so Redis will not listen
# on a unix socket when not specified.
#
unixsocket /tmp/redis.sock
unixsocketperm 777
unixsocket /var/run/redis/redis.sock
unixsocketperm 770
# Close the connection after a client is idle for N seconds (0 to disable)
timeout 0