Update http.tpl

pull/883/head
dami 1 month ago
parent 345e38a560
commit 27ca45b088
  1. 7
      plugins/haproxy/tpl/http.tpl

@ -7,9 +7,9 @@ global
defaults
mode http
log global
option httplog
mode tcp
log local local0
option tcplog
timeout connect 10s
timeout client 15s
timeout server 15s
@ -32,7 +32,6 @@ frontend tcp_frontend
backend tcp_backend
mode tcp
balance roundrobin
server tcp1 192.168.1.100:8090 check

Loading…
Cancel
Save