bundle/matrix-dimension enable backups
This commit is contained in:
parent
e3db16bc62
commit
b1473a0940
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
|
'backups': {
|
||||||
|
'paths': {
|
||||||
|
'/opt/matrix-dimension',
|
||||||
|
'/var/opt/matrix-dimension',
|
||||||
|
},
|
||||||
|
},
|
||||||
'matrix-dimension': {
|
'matrix-dimension': {
|
||||||
'install_dir': '/opt/matrix-dimension',
|
'install_dir': '/opt/matrix-dimension',
|
||||||
'data_dir': '/var/opt/matrix-dimension',
|
'data_dir': '/var/opt/matrix-dimension',
|
||||||
|
@ -38,7 +44,7 @@ def nginx_config(metadata):
|
||||||
'webroot': '/var/www/{}/webapp/'.format(metadata.get('matrix-dimension/url')),
|
'webroot': '/var/www/{}/webapp/'.format(metadata.get('matrix-dimension/url')),
|
||||||
'do_not_set_content_security_headers': True,
|
'do_not_set_content_security_headers': True,
|
||||||
'max_body_size': '50M',
|
'max_body_size': '50M',
|
||||||
'proxy': {
|
'locations': {
|
||||||
'/': {
|
'/': {
|
||||||
'target': 'http://127.0.0.1:8184',
|
'target': 'http://127.0.0.1:8184',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue