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
Check the Location header in the redirect you are receiving. rack-reverse-proxy does not rewrite those, and if a full URL is in the Location header (and not a path), you'll get this issue.
I have a domain "https://www.example.com".
I've setup my config.ru to do the simple forward shown in the wiki
However, when I try to visit "https://www.example.com/blog", it redirects to "https://www.tumblr.com". Is this expected?
The text was updated successfully, but these errors were encountered: