Zac Clay

Results 1 comments of Zac Clay

In case anyone else has this issue, make sure your link in the `Rack::ReverseProxy` block is `https` instead of `http` in the config.ru: ``` use Rack::ReverseProxy do reverse_proxy(/^\/blog(\/.*)$/, 'https://xx.xx.xx.x$1', opts...