10 lines
291 B
INI
10 lines
291 B
INI
; PHP settings for file uploads.
|
|
; These are default values — overridden at runtime by the entrypoint
|
|
; when PHP_UPLOAD_MAX_FILESIZE / PHP_POST_MAX_SIZE / etc. env vars are set.
|
|
|
|
upload_max_filesize = 4G
|
|
post_max_size = 4G
|
|
max_execution_time = 300
|
|
max_input_time = 300
|
|
memory_limit = 512M
|