bundle/matrix-dimension enable backups
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Sophie Schiller 2021-07-04 20:15:19 +02:00
parent e7bd3fe27f
commit a586454a78

View file

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