From 38b43d00965acd711022601717608df2cd6d4127 Mon Sep 17 00:00:00 2001 From: Marcio Granzotto Rodrigues Date: Thu, 30 Dec 2021 03:30:01 -0300 Subject: [PATCH] Update config.php --- nextcloud/rootfs/defaults/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/nextcloud/rootfs/defaults/config.php b/nextcloud/rootfs/defaults/config.php index 8f3114c51..9a534907c 100644 --- a/nextcloud/rootfs/defaults/config.php +++ b/nextcloud/rootfs/defaults/config.php @@ -2,6 +2,5 @@ $CONFIG = array ( 'memcache.local' => '\OC\Memcache\APCu', 'datadirectory' => '%%datadirectory%%', - 'overwriteprotocol' => 'https', );