Document using the same port for the management server on CF

Closes gh-15640
This commit is contained in:
Madhura Bhave
2019-03-22 15:17:34 -07:00
parent 10f0bcf992
commit 1ad52b651a

View File

@@ -1136,6 +1136,10 @@ the following example:
management.server.port=8081
----
NOTE: On Cloud Foundry, applications only receive requests on port 8080 for both HTTP and TCP
routing, by default. If you want to use a custom management port on Cloud Foundry, you will need
to explicitly set up the application's routes to forward traffic to the custom port.
[[production-ready-management-specific-ssl]]