Sablier Nginx routing query #164
Unanswered
vutsalsinghal
asked this question in
Q&A
Replies: 1 comment 1 reply
-
My question is, why would you need the redirect in the first place? The goal of this plugin is to intercept request in-flight. So no redirects are needed. However, if you really need this, then I'm not so sure how it could work. Maybe you could just use the Sablier endpoint directly instead of the plugin |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There,
This is a followup question to the discussion in https://github.com/acouvreur/sablier/discussions/161
Consider
whoami_container
is down currently. When I go towho.exmaple.com
, I have achieved this workflow without issues:I'm able to achieve this by using something like this in nginx
But how do I achieve this?
I tried a few things but I was not able to redirect (or preserve) the the original uri (/some-uri) once the container was up...
Beta Was this translation helpful? Give feedback.
All reactions