adjust php settings to recommended

This commit is contained in:
Robert Nasarek 2022-11-21 12:08:38 +01:00 committed by GitHub
parent 89691b29d9
commit 4d121057d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -338,9 +338,13 @@ fi
TWEAKPHP=$'file_uploads = On TWEAKPHP=$'file_uploads = On
allow_url_fopen = On allow_url_fopen = On
memory_limit = 256M memory_limit = 2560M
upload_max_filesize = 20M upload_max_filesize = 20M
max_execution_time = 60 post_max_size = 20M
max_execution_time = 360
max_input_vars = 10000
max_input_time = 360
max_file_uploads = 2000
date.timezone = Europe/Berlin date.timezone = Europe/Berlin
max_input_nesting_level = 640' max_input_nesting_level = 640'