Created
October 9, 2017 04:19
-
-
Save mcupak/b7a1f21ac35b222f908a343eb22d6dc7 to your computer and use it in GitHub Desktop.
Adding a socket-binding element to the socket-binding-group element in WildFly.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<socket-binding-group name="standard-sockets" default-interface="public" | |
port-offset="${jboss.socket.binding.port-offset:0}"> | |
... | |
<socket-binding name="proxy-https" port="443"/> | |
... | |
</socket-binding-group> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment