Commit c292f8d7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Set permissive modes on h2's unix sockts in case v1 runs as user varnish

parent 09650554
......@@ -29,6 +29,7 @@ haproxy h1 -conf {
# Note the use of port 0 for server s0.
haproxy h2 -conf {
unix-bind mode 777
listen clear-to-ssl
bind unix@"${tmpdir}/h2.sock" accept-proxy
server s0 0.0.0.0:0 ssl verify none sni fc_pp_authority
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment