Add warning about Ansible management
This commit is contained in:
parent
ade8e38ee5
commit
80ee6255ba
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
; Ansible managed
|
||||
|
||||
upload_max_filesize = {{ php.upload_max_filesize | default ('15M') }}
|
||||
post_max_size = {{ php.post_max_size | default ('15M') }}
|
||||
memory_limit = {{ php.memory_limit | default ('192M') }}
|
||||
|
|
Loading…
Reference in a new issue