diff --git a/src/nextcloud/install-service.sh b/src/nextcloud/install-service.sh index 6ea4dfc..4f7ab71 100644 --- a/src/nextcloud/install-service.sh +++ b/src/nextcloud/install-service.sh @@ -402,7 +402,9 @@ array ( 'updater.release.channel' => 'stable', 'trusted_proxies' => array ( -'$NEXTCLOUD_REVPROX' +'$NEXTCLOUD_REVPROX', +'127.0.0.1', +'::1', ), ); EOF