2016-06-03 14:01:56 +02:00
|
|
|
date.timezone=UTC
|
|
|
|
display_errors=Off
|
2016-06-11 16:29:27 +02:00
|
|
|
log_errors=On
|
2016-06-28 11:18:37 +02:00
|
|
|
|
|
|
|
; Maximum amount of memory a script may consume (128MB)
|
|
|
|
; http://php.net/memory-limit
|
2018-02-01 01:46:45 +01:00
|
|
|
memory_limit = 256M
|
2016-06-28 11:18:37 +02:00
|
|
|
; Maximum allowed size for uploaded files.
|
|
|
|
; http://php.net/upload-max-filesize
|
|
|
|
upload_max_filesize = 20M
|
|
|
|
; Sets max size of post data allowed.
|
|
|
|
; http://php.net/post-max-size
|
|
|
|
post_max_size = 20M
|
2018-01-30 01:32:18 +01:00
|
|
|
max_execution_time=600
|
|
|
|
default_socket_timeout=3600
|
|
|
|
request_terminate_timeout=600
|