Skip to content

Commit 072ea24

Browse files
authored
Update README
1 parent 8431b5f commit 072ea24

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README

+7-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ context: http
5454

5555
Define a shared memory pool for the module.
5656

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];
5858
default: -
5959
context: upstream
6060

@@ -65,6 +65,10 @@ The default for 'backlog' is 1000, and the default for 'timeout' is 1000 ms.
6565
When backlog for a server is full, it may use other server, Otherwise,
6666
it wait in the queue. Timeout will cause 408 return status code.
6767

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+
6872
syntax: limit_upstream_log_level [ error | warn | notice | info ];
6973
default: limit_upstream_log_level notice;
7074
context: http, upstream
@@ -124,6 +128,8 @@ of such fails.
124128

125129
=CHANGES===============================================================
126130

131+
1.2.2 [2016.7.13] now can work with ngx_dyn_ups_module.
132+
127133
1.2.1 [2013.6.5] fixed a bug variable 'pc' is unused.
128134

129135
1.2.0 [2013.11.11] fixed a bug occured under nginx 1.4.4, new patch for nginx 1.4.4

0 commit comments

Comments
 (0)