File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ context: http
54
54
55
55
Define a shared memory pool for the module.
56
56
57
- syntax: limit_upstream_conn zone=zone_name limit=limit [backlog=length] [timeout=timeout | nodelay];
57
+ syntax: limit_upstream_conn zone=zone_name limit=limit [backlog=length] [timeout=timeout | nodelay] [instant_hook] ;
58
58
default: -
59
59
context: upstream
60
60
@@ -65,6 +65,10 @@ The default for 'backlog' is 1000, and the default for 'timeout' is 1000 ms.
65
65
When backlog for a server is full, it may use other server, Otherwise,
66
66
it wait in the queue. Timeout will cause 408 return status code.
67
67
68
+ Parameter 'instant_hook' shouild be used when you are with a dynamic upstream
69
+ updating module, eg. ngx_dyn_ups_module. What about with Nginx Plus? I didn't test that.
70
+ For more details, you can refer to https://github.com/cfsego/nginx-limit-upstream/issues/13
71
+
68
72
syntax: limit_upstream_log_level [ error | warn | notice | info ];
69
73
default: limit_upstream_log_level notice;
70
74
context: http, upstream
@@ -124,6 +128,8 @@ of such fails.
124
128
125
129
=CHANGES===============================================================
126
130
131
+ 1.2.2 [2016.7.13] now can work with ngx_dyn_ups_module.
132
+
127
133
1.2.1 [2013.6.5] fixed a bug variable 'pc' is unused.
128
134
129
135
1.2.0 [2013.11.11] fixed a bug occured under nginx 1.4.4, new patch for nginx 1.4.4
You can’t perform that action at this time.
0 commit comments