浏览代码

Add some colons to try and make V6 work again

master
Chris Smith 4 年前
父节点
当前提交
ea5adc841a
签署人:: Chris Smith <chris@chameth.com> GPG 密钥 ID: 3A2D4BBDC4A3C9A9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      templates/haproxy.cfg.tpl

+ 2
- 2
templates/haproxy.cfg.tpl 查看文件

@@ -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 }

正在加载...
取消
保存