@devnull wrote:
Hi,
I've found a few examples such as http://m12.io/blog/http-2-with-haproxy-and-nginx-guide that detail how to setup HTTP/2 and HTTP/1.1 co-existence.
But they seem to be limited to using SSL.
In particular, the examples I've found seem to use :
use_backend nodes-http2 if { ssl_fc_alpn -i h2 }As a test for whether a client supports HTTP/2. What is the equivalent to use for plain old HTTP ?
Thanks !
Posts: 2
Participants: 2