bundles/nextcloud: more upload limit please
This commit is contained in:
parent
5863105d64
commit
e2e5eaa236
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue