bundles/nextcloud: more upload limit please

This commit is contained in:
Franzi 2023-09-03 18:15:17 +02:00
parent 5863105d64
commit e2e5eaa236
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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',