You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1;31mError: /Stage[main]/Main/Wildfly::Resource[/subsystem=undertow/server="default-server"/http-listener=default]/Wildfly_resource[/subsystem=undertow/server="default-server"/http-listener=default]: Could not evaluate: 757: unexpected token at '<html><head><title>Error</title></head><body>503 - Service Unavailable</body></html>'�[0m�[0m
Has anyone done this who can help point me in the right direction?
Thanks
Sean
The text was updated successfully, but these errors were encountered:
seanoreilly1973
changed the title
Trying to set proxy-address-forwading
Trying to set proxy-address-forwading
Jul 30, 2017
I am using the following code to try to enable proxy-address-forwarding in the default http-listener.
wildfly::resource { '/subsystem=undertow/server="default-server"/http-listener=default': content => { 'proxy_address_forwarding' => true, } }
Unfortunately I am getting the following error.
[1;31mError: /Stage[main]/Main/Wildfly::Resource[/subsystem=undertow/server="default-server"/http-listener=default]/Wildfly_resource[/subsystem=undertow/server="default-server"/http-listener=default]: Could not evaluate: 757: unexpected token at '<html><head><title>Error</title></head><body>503 - Service Unavailable</body></html>'�[0m�[0m
Has anyone done this who can help point me in the right direction?
Thanks
Sean
The text was updated successfully, but these errors were encountered: