Added haproxy config create files and variables.

This commit is contained in:
2021-09-27 11:13:29 +00:00
parent c3c547b82f
commit 146c26cc38
4 changed files with 151 additions and 0 deletions

View 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