Explorar el Código

Add some colons to try and make V6 work again

master
Chris Smith hace 4 años
padre
commit
ea5adc841a
Firmado por: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      templates/haproxy.cfg.tpl

+ 2
- 2
templates/haproxy.cfg.tpl Ver fichero

@@ -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…
Cancelar
Guardar