From c7db751831347f84478d8efc818e7f52eb91e22b Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 27 Jun 2022 18:10:55 +0200 Subject: [PATCH] Adjust the PHP config to allow bigger uploads on Nextcloud --- nextcloud/custom-php.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nextcloud/custom-php.ini b/nextcloud/custom-php.ini index 4fcc622..c736dda 100644 --- a/nextcloud/custom-php.ini +++ b/nextcloud/custom-php.ini @@ -1,3 +1,5 @@ upload_max_filesize=20G -post_max_size=550M +post_max_size=20G +max_input_time=3600 +max_execution_time=3600 memory_limit=2G