adjust php settings to recommended
This commit is contained in:
parent
89691b29d9
commit
4d121057d7
1 changed files with 6 additions and 2 deletions
|
|
@ -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'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue