mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-15 04:20:38 -04:00
[MINOR] fix configuration hint about timeouts
Do not talk about "clitimeout", "contimeout" or "srvtimeout" anymore.
This commit is contained in:
parent
4489d003d1
commit
160d7ca123
1 changed files with 1 additions and 1 deletions
|
|
@ -2753,7 +2753,7 @@ int readcfgfile(const char *file)
|
|||
Warning("parsing %s : missing timeouts for %s '%s'.\n"
|
||||
" | While not properly invalid, you will certainly encounter various problems\n"
|
||||
" | with such a configuration. To fix this, please ensure that all following\n"
|
||||
" | values are set to a non-zero value: clitimeout, contimeout, srvtimeout.\n",
|
||||
" | timeouts are set to a non-zero value: 'client', 'connect', 'server'.\n",
|
||||
file, proxy_type_str(curproxy), curproxy->id);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue