fix: raise PHP upload limits to 25M per file for photo uploads

This commit is contained in:
2026-06-18 19:40:49 +02:00
parent 618e0c707b
commit 706d1dee21
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
; Custom PHP settings for intotheeast Grav site
upload_max_filesize = 25M
post_max_size = 120M
max_file_uploads = 20