mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-21 13:47:47 +00:00
19 lines
281 B
Plaintext
19 lines
281 B
Plaintext
[PHP]
|
|
; Memory
|
|
memory_limit = 4096M
|
|
|
|
; Timeouts
|
|
max_execution_time = 180
|
|
max_input_time = 180
|
|
; Uploads
|
|
post_max_size = 1990M
|
|
upload_max_filesize = 1990M
|
|
|
|
; Vars
|
|
max_input_vars = 8000
|
|
|
|
; Error reporting
|
|
error_reporting = E_ALL
|
|
display_errors = On
|
|
track_errors = On
|