Skip to content

Commit 1ad52b6

Browse files
committed
Document using the same port for the management server on CF
Closes gh-15640
1 parent 10f0bcf commit 1ad52b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,10 @@ the following example:
11361136
management.server.port=8081
11371137
----
11381138

1139+
NOTE: On Cloud Foundry, applications only receive requests on port 8080 for both HTTP and TCP
1140+
routing, by default. If you want to use a custom management port on Cloud Foundry, you will need
1141+
to explicitly set up the application's routes to forward traffic to the custom port.
1142+
11391143

11401144

11411145
[[production-ready-management-specific-ssl]]

0 commit comments

Comments
 (0)