fix: raise PHP upload limits to 25M per file for photo uploads
This commit is contained in:
@@ -9,4 +9,5 @@ services:
|
|||||||
- "8081:80"
|
- "8081:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./user:/config/www/user
|
- ./user:/config/www/user
|
||||||
|
- ./php/php-local.ini:/config/php/php-local.ini
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
; Custom PHP settings for intotheeast Grav site
|
||||||
|
upload_max_filesize = 25M
|
||||||
|
post_max_size = 120M
|
||||||
|
max_file_uploads = 20
|
||||||
Reference in New Issue
Block a user