File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 43
43
-----
44
44
* ** syntax** : `check interval=milliseconds [ fall=count] [ rise=count]
45
45
[ timeout=milliseconds] [ default_down=true|false]
46
+ [ fast_upstream_init=true|false]
46
47
[ type=tcp|http|https|ssl_hello|mysql|ajp|fastcgi] `
47
- * ** default** : ` none ` parameters are ` interval=30000 fall=5 rise=2 timeout=1000 default_down=true type=tcp `
48
+ * ** default** : ` none ` parameters are ` interval=30000 fall=5 rise=2 timeout=1000 default_down=true fast_upstream_init=false type=tcp `
48
49
* ** context** : ` upstream `
49
50
50
51
Add the health check for the upstream servers.
@@ -55,6 +56,7 @@ The parameters' meanings are:
55
56
* ` rise ` (` rise_count ` ): After rise_count check success, the server is marked up.
56
57
* ` timeout ` : the check request's timeout.
57
58
* ` default_down ` : set initial state of backend server, default is down.
59
+ * ` fast_upstream_init ` : feature for fast mark upstream UP on start is alive.
58
60
* ` port ` : specify the check port in the backend servers.
59
61
It can be different with the original servers port.
60
62
Default the port is 0 and it means the same as the original backend server.
You can’t perform that action at this time.
0 commit comments