hedgedoc-bundle #47

Merged
sophie merged 4 commits from hedgedoc-bundle into main 2021-09-11 18:11:58 +00:00
Showing only changes of commit 3d3994789e - Show all commits

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',
},
}