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
Was suggested in #455, and I'm filing this ticket in response to that one.
My use-case here is being able to redirect anything received on http to fabio to serve a 301 to the https endpoint of the same address you used to get to fabio in the first place.
Thanks!
The text was updated successfully, but these errors were encountered:
However, the issue I'm seeing now is that the :80 part doesn't seem to work. I.e. route add mock :80/ https://a.com/ opts "redirect=301" doesn't work, but route add mock a.com:80/ https://a.com/ opts "redirect=301" does. So, it seems like a / as the source is fine, but if you throw a port in there, it's no longer a catch-all. Ideas on how to rectify that part (other than just run a separate instance of fabio that has a single / rule)?
And use request host if redirect host is empty.
Something like
Was suggested in #455, and I'm filing this ticket in response to that one.
My use-case here is being able to redirect anything received on http to fabio to serve a 301 to the https endpoint of the same address you used to get to fabio in the first place.
Thanks!
The text was updated successfully, but these errors were encountered: