reduce max_upload_size to 10G

This commit is contained in:
Oli
2022-12-15 22:37:09 +00:00
parent 5dd8777095
commit 8aab1a550c

View File

@@ -24,7 +24,7 @@ trusted_proxies:
- "{{ hostvars[inventory_hostname]['ansible_default_ipv6']['address'] }}" - "{{ hostvars[inventory_hostname]['ansible_default_ipv6']['address'] }}"
nextcloud_trashbin_retention_obligation: "auto, 90" nextcloud_trashbin_retention_obligation: "auto, 90"
nextcloud_versions_retention_obligation: "auto, 30" nextcloud_versions_retention_obligation: "auto, 30"
nextcloud_max_upload_size: "50G" nextcloud_max_upload_size: "10G"
# database # database
nextcloud_db_host: "{{ pgsql_server_ip }}" nextcloud_db_host: "{{ pgsql_server_ip }}"
nextcloud_db_port: "{{ pgsql_server_port }}" nextcloud_db_port: "{{ pgsql_server_port }}"