in order to successfully proxy, i had to do a workaround
headers = {
'Host' => host,
'Accept' => request.headers.to_h['HTTP_ACCEPT']
}
reverse_proxy "https://#{host}", headers: headers
instead of reverse_proxy "https://#{host}"
is there any appetite for either making the workaround the default behavior in the gem or an option that the gem recognizes to do this? If so, I can make a fork and submit a PR.