Merge branch '2.1.x'

This commit is contained in:
Madhura Bhave 2019-03-22 15:18:23 -07:00
commit 2225b36299
1 changed files with 4 additions and 0 deletions

View File

@ -1137,6 +1137,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]]