11 lines
206 B
INI
11 lines
206 B
INI
|
|
file_uploads = On
|
||
|
|
upload_max_filesize = 10G
|
||
|
|
post_max_size = 10G
|
||
|
|
max_file_uploads = 20
|
||
|
|
memory_limit = 512M
|
||
|
|
max_execution_time = 300
|
||
|
|
max_input_time = 300
|
||
|
|
expose_php = Off
|
||
|
|
display_errors = Off
|
||
|
|
log_errors = On
|