bw/matrix-dimension remove unneeded metadata

This commit is contained in:
Sophie Schiller 2021-07-04 21:17:12 +02:00
parent 6ceb47a92e
commit d076384ead
1 changed files with 0 additions and 1 deletions

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': {