Anonymous - 2023-02-14

Originally posted by: bendem

A simple reverse proxy setup should be enough. What would probably simplify your job is to switch --module=https to --module=http in start.ini and add

jetty.http.host=127.0.0.1
jetty.httpConfig.forwardedOnly=true
jetty.httpConfig.forwardedProxyAsAuthority=true

Be warn that bastillion uses websockets too, so you'll have to proxy those separately.