Support swift for IPv6.

This commit is contained in:
Hui Xiang
2014-08-13 14:46:10 +08:00
parent 2b20e8cc8d
commit 3d4370cbec
14 changed files with 647 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
global
log 127.0.0.1 local0
log 127.0.0.1 local1 notice
log {{ local_host }} local0
log {{ local_host }} local1 notice
maxconn 20000
user haproxy
group haproxy
@@ -17,7 +17,7 @@ defaults
timeout client 30000
timeout server 30000
listen stats :8888
listen stats {{ stat_port }}
mode http
stats enable
stats hide-version