fixed nginx max upload size
This commit is contained in:
parent
e8a8b46ca6
commit
54125a7bf1
1 changed files with 4 additions and 1 deletions
|
|
@ -1,2 +1,5 @@
|
|||
nginx:
|
||||
php: True
|
||||
php:
|
||||
ini:
|
||||
post_max_size: "{{ nextcloud.upload_size_max }}"
|
||||
upload_max_filesize: "{{ nextcloud.upload_size_max }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue