Closes gh-14013
This commit is contained in:
dreis2211
2018-08-07 19:54:47 +02:00
committed by Stephane Nicoll
parent e68dc2d3c4
commit 47ed48625c

View File

@@ -2011,7 +2011,7 @@ services use self-signed certificates, you need to set the following property:
=== Custom context path
If the server's context-path has been configured to anything other then `/`, the Cloud
If the server's context-path has been configured to anything other than `/`, the Cloud
Foundry endpoints will not be available at the root of the application. For example, if
`server.servlet.context-path=/app`, Cloud Foundry endpoints will be available at
`/app/cloudfoundryapplication/*`.