installation/nextcloud_itopie.md: redis no tcp authored by Donna Sayed's avatar Donna Sayed
...@@ -522,12 +522,11 @@ nextcloud=# ALTER ROLE ncadmin WITH PASSWORD '${PASSWORD}'; ...@@ -522,12 +522,11 @@ nextcloud=# ALTER ROLE ncadmin WITH PASSWORD '${PASSWORD}';
EOF EOF
# cat <<EOF >/etc/redis/local_socket.conf # cat <<EOF >/etc/redis/local_socket.conf
### Nextcloud ### Nextcloud
port 0
unixsocket /run/redis/redis-server.sock unixsocket /run/redis/redis-server.sock
unixsocketperm 770 unixsocketperm 770
EOF EOF
# #
# sed -i 's/^port 6379/port 0/g' /etc/redis/redis.conf
``` ```
1. Redémarrer le service : `# systemctl restart redis.service` 1. Redémarrer le service : `# systemctl restart redis.service`
1. Configurer Nextcloud pour utiliser Redis et APCu : 1. Configurer Nextcloud pour utiliser Redis et APCu :
... ...
......