Skip to content

Commit fe7b6dd

Browse files
committed
More polishing on forwarded header scenarios
See gh-31491
1 parent c5def4c commit fe7b6dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework-docs/modules/ROOT/partials/web/forwarded-headers.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ have the empty prefix override server prefixes `/app1` and `/app2`.
9595
====
9696
A common case for this deployment scenario is where licenses are paid per
9797
production application server, and it is preferable to deploy multiple applications per
98-
server to reduce fees. Another case is I/O bound applications, and the need to deploy
99-
multiple applications to each application server to consume less resources.
98+
server to reduce fees. Another reason is to run more applications on the same server in
99+
order to share the resources required by the server to run.
100100
101-
In this scenario, applications need a non-empty context root because there are multiple
101+
In these scenarios, applications need a non-empty context root because there are multiple
102102
applications on the same server. However, this should not be visible in URL paths of
103103
the public API where applications may use different subdomains that provides benefits
104104
such as:

0 commit comments

Comments
 (0)