From 2732a2420161bb3bc9e1496fec4c1586ef177d6d Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 10 Nov 2025 07:38:27 +0000 Subject: [PATCH] Added log_rotate_size to nextcloud Signed-off-by: Marcus Noble --- manifests/nextcloud_chart/manifest.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/nextcloud_chart/manifest.yaml b/manifests/nextcloud_chart/manifest.yaml index 5698c44..bafd928 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -56,7 +56,8 @@ data: general.config.php: |- 'https' + 'overwriteprotocol' => 'https', + 'log_rotate_size' => 100 * 1024 * 1024 ); .htaccess: |- # line below if for Apache 2.4