Skip to content
Snippets Groups Projects
Commit 53ffec01 authored by Michael Simon's avatar Michael Simon
Browse files

add proxy address forwarding possibility

parent eab58b4d
No related branches found
No related tags found
No related merge requests found
Pipeline #157791 passed
...@@ -31,6 +31,8 @@ jms-queue add --queue-address=bwIdmAsyncJobQueue --entries=["queue/bwIdmAsyncJob ...@@ -31,6 +31,8 @@ jms-queue add --queue-address=bwIdmAsyncJobQueue --entries=["queue/bwIdmAsyncJob
/subsystem=undertow/server=default-server/host=default-host/location=\/:remove() /subsystem=undertow/server=default-server/host=default-host/location=\/:remove()
/subsystem=undertow/configuration=handler/file=welcome-content:remove() /subsystem=undertow/configuration=handler/file=welcome-content:remove()
/subsystem=undertow/server=default-server/https-listener=https:write-attribute(name=proxy-address-forwarding, value=\${env.PROXY_ADD_FWD:false})
run-batch run-batch
batch batch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment