Skip to content

Commit 6126643

Browse files
authored
Update README.md
1 parent 9a227ac commit 6126643

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,17 @@ Starting from NGINX 1.9.11, you can also compile this module as a dynamic module
109109
```nginx
110110
load_module /path/to/modules/ngx_dynamic_limit_req_module.so;
111111
```
112-
112+
## Issue?
113+
1)redis connection error: Cannot assign requested address
114+
```
115+
echo 1 > /proc/sys/net/ipv4/tcp_tw_reuse
116+
echo 1 > /proc/sys/net/ipv4/tcp_tw_recycle
117+
```
118+
2)nginx too many established
119+
```
120+
nginx.conf
121+
keepalive_timeout 6;
122+
```
113123
This module is compatible with following nginx releases:
114124

115125
Author

0 commit comments

Comments
 (0)