Added haproxy config create files and variables.
This commit is contained in:
11
scripts/haproxy_template.cfg
Normal file
11
scripts/haproxy_template.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
global
|
||||
log stdout format raw local0 debug
|
||||
defaults
|
||||
timeout client 30s
|
||||
timeout server 30s
|
||||
timeout connect 5s
|
||||
mode http
|
||||
option redispatch
|
||||
option http-server-close
|
||||
log global
|
||||
|
Reference in New Issue
Block a user