matrix-dimension #44

Merged
sophie merged 16 commits from matrix-dimension into main 2021-07-17 09:58:18 +00:00
Showing only changes of commit 8ee59cd036 - Show all commits

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