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': {
|
'php': {
|
||||||
'clear_env': False,
|
'clear_env': False,
|
||||||
'memory_limit': 512,
|
'memory_limit': 512,
|
||||||
|
'post_max_size': 500, # MB
|
||||||
'packages': {
|
'packages': {
|
||||||
'apcu',
|
'apcu',
|
||||||
'bcmath',
|
'bcmath',
|
||||||
|
@ -74,6 +75,7 @@ def nginx(metadata):
|
||||||
'domain': metadata.get('nextcloud/domain'),
|
'domain': metadata.get('nextcloud/domain'),
|
||||||
'php': True,
|
'php': True,
|
||||||
'extras': True,
|
'extras': True,
|
||||||
|
'max_body_size': '500M',
|
||||||
'index': [
|
'index': [
|
||||||
'index.php',
|
'index.php',
|
||||||
'index.html',
|
'index.html',
|
||||||
|
|
Loading…
Reference in a new issue