Skip to content

Commit

Permalink
Fix typos in virtual host config
Browse files Browse the repository at this point in the history
There are two typos in xml syntax in virtual host config which means
the examples are not valid xml.

Fixes #7773
  • Loading branch information
NottyCode committed Dec 13, 2024
1 parent 5f993ab commit 3886307
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 3886307

Please sign in to comment.