You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ Table of Contents
15
15
*[update_interval](#update_interval)
16
16
*[update_timeout](#update_timeout)
17
17
*[strong_dependency](#strong_dependency)
18
-
*[delay_delete](#delay_delete)
19
18
*[upstream_show](#upstream_show)
20
19
*[Consul_interface](#consul_interface)
21
20
*[TODO](#todo)
@@ -104,11 +103,17 @@ description: Pull upstream servers from consul.
104
103
105
104
The parameters' meanings are:
106
105
107
-
* update_interval: pulling servers from consul interval time.
108
-
* update_timeout: pulling servers from consul request timeout.
109
-
* strong_dependency: when nginx start up if depending on consul, and consul is not working, nginx will boot failed, otherwise booting normally.
106
+
* update_interval
110
107
111
-
* delay_delete: being setted carefully. Defaultly it is 75s, and it is enough content be feeding back during adding or deleting servers removing old router information. But if content is very large, and it needs minutes, then delay_delete should be setted longer than that time.
108
+
pulling servers from consul interval time.
109
+
110
+
* update_timeout
111
+
112
+
pulling servers from consul request timeout.
113
+
114
+
* strong_dependency
115
+
116
+
when nginx start up if depending on consul, and consul is not working, nginx will boot failed, otherwise booting normally.
112
117
113
118
[Back to TOC](#table-of-contents)
114
119
@@ -167,7 +172,6 @@ http_interface example:
167
172
TODO
168
173
====
169
174
170
-
* timely resolve consul server domain, if it is domain
0 commit comments