bundles/element-web: fix nginx webroot path
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
8aac46206a
commit
9e305fc854
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def nginx_config(metadata):
|
|||
'vhosts': {
|
||||
'element-web': {
|
||||
'domain': metadata.get('element-web/url'),
|
||||
'webroot': '/opt/element-web',
|
||||
'webroot': '/opt/element-web/webapp/',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue