@qwrty wrote:
Hey folks,
I would like to know if I can make a redirection to a specific server, before handle the redirection to final backend ?
I will try to explain better with an example:
Here my condition:
use_backend plex if { hdr_beg(Host) -i plex. }here my backend:
backend plex
server plex 127.0.0.1:32400 checkbasic content delivering, working great.
I would like to make a sort of announce to the user and redirect him to a temporary web page on my server then redirect to the backend.
Is this possible with haproxy ?
Thank you
Posts: 1
Participants: 1