Document how to remove base path from Cloud Foundry actuator endpoints

Closes gh-24991
This commit is contained in:
Moritz Halbritter
2023-11-14 16:24:44 +01:00
parent d43b95d08c
commit 83da5a5bd8
3 changed files with 126 additions and 0 deletions

View File

@@ -48,3 +48,7 @@ The configuration differs, depending on the web server in use.
For Tomcat, you can add the following configuration:
include::code:MyCloudFoundryConfiguration[]
If you're using a Webflux based application, you can use the following configuration:
include::code:MyReactiveCloudFoundryConfiguration[]