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
* remove separate tls listen for haproxy
haproxy has natively supported http/2 for a _long_ time.
This listen (combined frontend/backend) was added long ago before haproxy supported http/2 (back when it was called spdy).
Drop the http server config for http/2, and move all binds back into the main frontend.
* fix tls redirect acl
0 commit comments