add option to set php memory limit
This commit is contained in:
parent
131c67df21
commit
be5b2f4bae
2 changed files with 2 additions and 1 deletions
|
|
@ -55,6 +55,7 @@
|
|||
phpinidefault:
|
||||
post_max_size: 64M
|
||||
upload_max_filesize: 64M
|
||||
memory_limit: 128M
|
||||
- set_fact:
|
||||
phpini: "{{ phpinidefault|combine( {} if (nginx.php == True) else nginx.php.ini|d({}) ) }}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue