fixed nginx max upload size

This commit is contained in:
nd 2019-04-27 21:43:04 +02:00
parent e8a8b46ca6
commit 54125a7bf1
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -1,2 +1,5 @@
nginx:
php: True
php:
ini:
post_max_size: "{{ nextcloud.upload_size_max }}"
upload_max_filesize: "{{ nextcloud.upload_size_max }}"