mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 11:15:42 +02:00
Update to 2023-06-13 14:00
This commit is contained in:
@@ -4,7 +4,7 @@ file_uploads={{ php_conf_file_uploads | default('off') }}
|
||||
upload_max_filesize={{ php_conf_upload_max_filesize | default('2M') }}
|
||||
max_file_uploads={{ php_conf_max_file_uploads | default('20') }}
|
||||
max_execution_time={{ php_conf_max_execution_time | default('30') }}
|
||||
memory_limit={{ php_conf_memory_limit | default('128M') }}
|
||||
memory_limit={{ php_conf_memory_limit | default('256M') }}
|
||||
post_max_size={{ php_conf_post_max_size | default('8M') }}
|
||||
max_input_time=60
|
||||
|
||||
|
Reference in New Issue
Block a user