bundle/hedgedoc update wbsite check
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
fcb39260c3
commit
3d3994789e
1 changed files with 27 additions and 28 deletions
|
@ -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',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue