Add image info, increase php limits

This commit is contained in:
yuriko 🦊 2025-05-25 18:04:31 -04:00
parent cb086c4708
commit 68d316cd86
5 changed files with 24 additions and 3 deletions

View file

@ -1,2 +1,5 @@
upload_max_filesize = 80M
post_max_filesize = 100M
[php]
upload_max_filesize = 100M
post_max_filesize = 128M
memory_limit = 1G
max_execution_time = 120