ソースを参照

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 }

読み込み中…
キャンセル
保存