matrix-dimension #43
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ def nginx_config(metadata):
|
||||||
'vhosts': {
|
'vhosts': {
|
||||||
'matrix-dimension': {
|
'matrix-dimension': {
|
||||||
kunsi marked this conversation as resolved
Outdated
|
|||||||
'domain': metadata.get('matrix-dimension/url'),
|
'domain': 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',
|
||||||
'locations': {
|
'locations': {
|
||||||
|
|
Loading…
Reference in a new issue
Please use a generic vhost name (like the bundle name), then set
domain
key inside. Remember to adjust.provides()
accordingly.Resolved in
a65301ee89