Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions modules/ROOT/pages/_partials/mmp-deploy-to-cloudhub-2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ Configuration example:
----
| No

| `pathRewrite` | Supplies the base path expected by the HTTP listener in your application. This value must begin with `/`. This parameter is used only for applications that are deployed to xref:cloudhub-2::ch2-private-space-about.adoc[private space]. | No

|===
// end::DeploymentReference[]

Expand Down Expand Up @@ -273,8 +271,8 @@ Configuration example:
[cols=".^1,.^1,.^3"]
!===
.3+! `inbound`
// ! `pathRewrite` ! TBC.
! `publicURL` ! URL of the deployed application. You can add multiple comma-separated values.
! `pathRewrite` ! Supplies the base path expected by the HTTP listener in your application. This value must begin with `/`. This parameter is used only for applications that are deployed to xref:cloudhub-2::ch2-private-space-about.adoc[private space].
! `lastMileSecurity` ! Enable Last-Mile security to forward HTTPS connections to be decrypted by this application. This requires an SSL certificate to be included in the Mule application, and also requires more CPU resources. The default value is `false`.
! `forwardSslSession` ! Enables SSL forwarding during a session. The default value is `false`.
!===
Expand All @@ -285,6 +283,7 @@ Configuration example:
<http>
<inbound>
<publicUrl>https://myapp.anypoint.com</publicUrl>
<pathRewrite>/api</pathRewrite>
<lastMileSecurity>true</lastMileSecurity>
<forwardSslSession>true</forwardSslSession>
</inbound>
Expand Down