diff --git a/bundles/nextcloud/metadata.py b/bundles/nextcloud/metadata.py index 36ff78c..8081cbe 100644 --- a/bundles/nextcloud/metadata.py +++ b/bundles/nextcloud/metadata.py @@ -7,6 +7,7 @@ defaults = { 'php': { 'clear_env': False, 'memory_limit': 512, + 'post_max_size': 500, # MB 'packages': { 'apcu', 'bcmath', @@ -74,6 +75,7 @@ def nginx(metadata): 'domain': metadata.get('nextcloud/domain'), 'php': True, 'extras': True, + 'max_body_size': '500M', 'index': [ 'index.php', 'index.html',