From 296b150cb8de94831d70511ade236521e3932eaa Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Fri, 27 Apr 2018 20:10:58 +0200 Subject: [PATCH] Update install-nextcloud.sh --- install-nextcloud.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index 2ee72c5..aa9622d 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -258,9 +258,6 @@ update_and_clean apt install redis-server php-redis -y cp /etc/redis/redis.conf /etc/redis/redis.conf.bak ###adjust Redis_Server -sed -i "s/port 6379/port 0/" /etc/redis/redis.conf -sed -i s/\#\ unixsocket/\unixsocket/g /etc/redis/redis.conf -sed -i "s/unixsocketperm 700/unixsocketperm 770/" /etc/redis/redis.conf sed -i "s/# maxclients 10000/maxclients 512/" /etc/redis/redis.conf usermod -a -G redis www-data cp /etc/sysctl.conf /etc/sysctl.conf.bak && sed -i '$avm.overcommit_memory = 1' /etc/sysctl.conf