From 1fa8ff954deaa25b53ef2a920d679196fe7180fb Mon Sep 17 00:00:00 2001 From: Mischa Date: Thu, 18 Jun 2026 20:26:27 +0200 Subject: [PATCH] fix: increase PHP upload limit to 100M per file, 500M total --- php/php-local.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/php-local.ini b/php/php-local.ini index 7f86a02..23e6e85 100644 --- a/php/php-local.ini +++ b/php/php-local.ini @@ -1,4 +1,4 @@ ; Custom PHP settings for intotheeast Grav site -upload_max_filesize = 25M -post_max_size = 120M +upload_max_filesize = 100M +post_max_size = 500M max_file_uploads = 20