fix: increase PHP upload limit to 100M per file, 500M total

This commit is contained in:
2026-06-18 20:26:27 +02:00
parent fb28f09e0c
commit 1fa8ff954d
+2 -2
View File
@@ -1,4 +1,4 @@
; Custom PHP settings for intotheeast Grav site ; Custom PHP settings for intotheeast Grav site
upload_max_filesize = 25M upload_max_filesize = 100M
post_max_size = 120M post_max_size = 500M
max_file_uploads = 20 max_file_uploads = 20