Skip to content
Snippets Groups Projects
Commit c51bf134 authored by liujunpeng's avatar liujunpeng
Browse files

add var haproxy_client_timeout and haproxy_server_timeout

Change-Id: I329307b226757144a493ff21c76125cae8468e91
parent 95cd3347
No related branches found
No related tags found
No related merge requests found
...@@ -873,8 +873,8 @@ defaults ...@@ -873,8 +873,8 @@ defaults
timeout http-request 10s timeout http-request 10s
timeout queue 1m timeout queue 1m
timeout connect 10s timeout connect 10s
timeout client 1m timeout client {{ haproxy_client_timeout }}
timeout server 1m timeout server {{ haproxy_server_timeout }}
timeout check 10s timeout check 10s
{% if enable_mariadb | bool %} {% if enable_mariadb | bool %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment