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

This commit is contained in:
Sophie Schiller 2021-09-11 19:56:49 +02:00
parent fcb39260c3
commit 3d3994789e

View file

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