bundle/hedgedoc update wbsite check
kunsi/bundlewrap/pipeline/head There was a failure building this commit Details

This commit is contained in:
Sophie Schiller 2021-09-11 19:56:49 +02:00
parent fcb39260c3
commit 3d3994789e
1 changed files with 27 additions and 28 deletions

View File

@ -13,8 +13,7 @@ defaults = {
},
"csp": {
"enable": True,
"directives": {
},
"directives": {},
"upgradeInsecureRequests": "auto",
"addDefaults": True,
"addDisqus": False,
@ -118,8 +117,8 @@ def nginx(metadata):
'hedgedoc': {
'domain': metadata.get('hedgedoc/config/production/domain'),
'locations': locations,
'website_check_path': '/_matrix/static/',
'website_check_string': 'Synapse is running',
'website_check_path': '/',
'website_check_string': 'HedgeDoc',
},
}