reduce max_upload_size to 10G
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user