renewed way of install drupal and mount volumes
This commit is contained in:
parent
99e2863817
commit
53b6f493db
15 changed files with 1139 additions and 59 deletions
8
drupal_context/99-custom-php-settings.ini
Normal file
8
drupal_context/99-custom-php-settings.ini
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
max_execution_time = 60
|
||||
max_input_time = 30
|
||||
max_input_nesting_level = 640
|
||||
max_input_vars = 10000
|
||||
memory_limit = 2048M
|
||||
upload_max_filesize = 20M
|
||||
max_file_uploads = 50
|
||||
post_max_size = 20M
|
||||
Loading…
Add table
Add a link
Reference in a new issue