Skip to content

Commit

Permalink
Disable redirect to https-listener port (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosakak authored Jun 30, 2023
1 parent b6dcee2 commit 67d3292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/domain-xml/domain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<network-config>
<protocols>
<protocol name="http-listener">
<http default-virtual-server="server" max-connections="250" xpowered-by="false">
<http default-virtual-server="server" redirect-port="0" max-connections="250" xpowered-by="false">
<file-cache enabled="false"></file-cache>
</http>
</protocol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<network-config>
<protocols>
<protocol name="http-listener">
<http default-virtual-server="server" max-connections="250" xpowered-by="false">
<http default-virtual-server="server" redirect-port="0" max-connections="250" xpowered-by="false">
<file-cache enabled="false"></file-cache>
</http>
</protocol>
Expand Down

0 comments on commit 67d3292

Please sign in to comment.