fix: increase PHP upload limit to 100M per file, 500M total
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user