Browse Source

Add some colons to try and make V6 work again

master
Chris Smith 4 years ago
parent
commit
ea5adc841a
Signed by: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      templates/haproxy.cfg.tpl

+ 2
- 2
templates/haproxy.cfg.tpl View File

@@ -19,8 +19,8 @@ defaults
19 19
 
20 20
 frontend main
21 21
     mode    http
22
-    bind    :443 v4v6 ssl strict-sni alpn h2,http/1.1 crt /certs/
23
-    bind    :80 v4v6
22
+    bind    :::443 v4v6 ssl strict-sni alpn h2,http/1.1 crt /certs/
23
+    bind    :::80 v4v6
24 24
     http-request set-header X-Forwarded-For %[src]
25 25
     http-request set-header X-Forwarded-Proto https if { ssl_fc }
26 26
     redirect scheme https code 301 if !{ ssl_fc }

Loading…
Cancel
Save