Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created October 9, 2017 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcupak/aadfac77617b6b955028da4ab0f32995 to your computer and use it in GitHub Desktop.
Save mcupak/aadfac77617b6b955028da4ab0f32995 to your computer and use it in GitHub Desktop.
Set up proxy address forwarding in WildFly.
<subsystem xmlns="urn:jboss:domain:undertow:3.0">
...
<server name="default-server">
...
<http-listener name="default" socket-binding="http"
proxy-address-forwarding="true" redirect-socket="proxy-https"/>
...
</server>
...
</subsystem>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment