change nginx check time in haproxy

This commit is contained in:
Jonathan Math 2021-01-19 09:41:17 -05:00
parent 1f5c830df3
commit d69f5473e3

View file

@ -88,7 +88,7 @@ backend nginx
balance roundrobin
option httpchk GET /_nginxchk
http-check expect rstatus 200|503
server nginx01 nginx:81 check inter 3000ms
server nginx01 nginx:81 check inter 60000ms
backend gunicorn
balance roundrobin