Skip to content

Commit

Permalink
Merge pull request #275 from apache/SLING-12154
Browse files Browse the repository at this point in the history
SLING-12154 - Add Generic Proxy configuration for Composum Health Checks
  • Loading branch information
klcodanr committed Nov 15, 2023
2 parents 176afcf + 9cc16f1 commit aa6e5c6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/main/features/app/composum.json
Expand Up @@ -30,6 +30,27 @@
"com.composum.nodes.usermgr"
],
"whitelist.name":"composum"
},
"com.composum.sling.core.proxy.GenericProxyRequest~health": {
"tags.to.strip":[
"body"
],
"name":"System Health",
"XSLT.chain.paths":[
],
"tags.to.rename":[
"html:div"
],
"targetUrl":"",
"tags.to.drop":[
"head",
"style",
"script",
"link"
],
"referencePath":"/",
"enabled":true,
"targetPattern":"/system/health.*"
}
}
}

0 comments on commit aa6e5c6

Please sign in to comment.