bundles/element-web: fix nginx webroot path
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-15 18:44:02 +02:00
parent 8aac46206a
commit 9e305fc854
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -20,7 +20,7 @@ def nginx_config(metadata):
'vhosts': { 'vhosts': {
'element-web': { 'element-web': {
'domain': metadata.get('element-web/url'), 'domain': metadata.get('element-web/url'),
'webroot': '/opt/element-web', 'webroot': '/opt/element-web/webapp/',
}, },
}, },
}, },