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

This commit is contained in:
Sophie Schiller 2021-07-04 20:15:19 +02:00
parent e7bd3fe27f
commit a586454a78
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
defaults = {
'backups': {
'paths': {
'/opt/matrix-dimension',
'/var/opt/matrix-dimension',
},
},
'matrix-dimension': {
'install_dir': '/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')),
'do_not_set_content_security_headers': True,
'max_body_size': '50M',
'proxy': {
'locations': {
'/': {
'target': 'http://127.0.0.1:8184',
},