Update php.ini

adjust file upload sizes
This commit is contained in:
LRVT 2023-11-07 14:05:41 +01:00 committed by GitHub
parent b6b4c2fee7
commit fae23cd6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,9 @@ log_errors=On
; increase size limits
upload_max_filesize=512M
post_max_size=512M
memory_limit = 512M
upload_max_filesize=1000M
post_max_size=1000M
memory_limit=2000M
; best practices