Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4849

Proxy for folder

$
0
0

@gotostereo wrote:

Hello, i don’t can setup redirect to server 2 if url have /blog

try

frontend https_in
mode tcp
option tcplog
bind *:443
default_backend https_server1
acl blog path_beg /blog
use_backend https_server2 if blog

backend https_server1
mode tcp
option tcplog
option ssl-hello-chk
server server3 192.168.88.3:443

backend https_server2
mode tcp
option tcplog
option ssl-hello-chk
server server4 192.168.88.3:3000

I need route /blog -> https_server2 , server use http2

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4849

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>