Skip to content

Commit

Permalink
Merge pull request #7774 from NottyCode/7773
Browse files Browse the repository at this point in the history
Fix typos in virtual host config
  • Loading branch information
NottyCode authored Dec 13, 2024
2 parents 5f993ab + 3886307 commit 5da129f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/virtual-hosts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ To associate your application with this virtual host, you must add a reference t
xmlns="http://websphere.ibm.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://websphere.ibm.com/xmk/ns/javaee http://websphere.ibm.com/xml/ns/javaee/ibm-web-bnd_1_0.xsd"
version="1.0" />
version="1.0" >
<virtual-host name="proxiedRequests" />
Expand All @@ -121,7 +121,7 @@ In the following example, the `localHostOnly` HTTP endpoint specifies that ports
<hostAlias>*:9444</hostAlias>
</virtualHost>
</virtualHost id="proxiedRequests">
<virtualHost id="proxiedRequests">
<hostAlias>*:9080</hostAlias>
<hostAlias>*:9443</hostAlias>
<hostAlias>external.host.name:80</hostAlias>
Expand Down

0 comments on commit 5da129f

Please sign in to comment.