matrix-dimension #43

Closed
sophie wants to merge 15 commits from matrix-dimension into main
Showing only changes of commit b9135aceca - Show all commits

View file

@ -42,7 +42,6 @@ def nginx_config(metadata):
'vhosts': {
'matrix-dimension': {
'domain': metadata.get('matrix-dimension/url'),
'webroot': '/var/www/{}/webapp/'.format(metadata.get('matrix-dimension/url')),
'do_not_set_content_security_headers': True,
'max_body_size': '50M',
'locations': {