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:
@ -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
|
||||
|
Reference in New Issue
Block a user