11 lines
210 B
INI
11 lines
210 B
INI
# Main HAProxy configuration file (intentionally thin)
|
|
|
|
# 引入全局参数
|
|
include /etc/haproxy/global.cfg
|
|
|
|
# Frontends
|
|
include /etc/haproxy/frontends/*.cfg
|
|
|
|
# Backends
|
|
include /etc/haproxy/backends/**/*.cfg
|