Hi, I have a frontend mode http:
use_backend panel-h2-backend if { ssl_fc_sni_reg -i ^app…* }
use_backend stores-h2-backend if { ssl_fc_alpn -i h2 }
default_backend store-backend
It works fine if I have a store called, for example, vanessa.com.br, because panel redirects to app.domain.com (domain is a example for my company’s domain).
But if I have vanessa.domain.com and I access in two tabs vanessa.domain.com and later app.domain.com, app.domain.com redirects to store-backend (correct is redirect to stores-h2-backend). If I wait 5 seconds (timeout from session global, it works, but the clients are not happy to wait this time)
defaults
timeout connect 10s
timeout client 5s
timeout server 10s
Can anyone has some ideas to help me?
Thanks.
1 post - 1 participant