Linux Tips: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 64: Line 64:


# Enable to let clients negotiate HTTP/2 with ALPN. (default off)
# Enable to let clients negotiate HTTP/2 with ALPN. (default off)
# alpn-protos = "http/2, http/1.1"
# alpn-protos = "h2, http/1.1"


# run Varnish as backend over PROXY; varnishd -a :80 -a localhost:6086,PROXY ..
# run Varnish as backend over PROXY; varnishd -a :80 -a localhost:6086,PROXY ..