Skip to content

Commit 4de8702

Browse files
committed
doc: removed the hint for the ngx_http_upstream_keepalive module because it is already a standard module in nginx.
1 parent 91e849b commit 4de8702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Synopsis
7979
8080
upstream my_memcached {
8181
server 10.62.136.7:11211;
82-
keepalive 512; # this requires the ngx_http_upstream_keepalive module
82+
keepalive 512;
8383
}
8484
8585
location = /memc {

doc/HttpSRCacheModule.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This document describes srcache-nginx-module [https://github.com/openresty/srcac
1717
<geshi lang="nginx">
1818
upstream my_memcached {
1919
server 10.62.136.7:11211;
20-
keepalive 512; # this requires the ngx_http_upstream_keepalive module
20+
keepalive 512;
2121
}
2222

2323
location = /memc {

0 commit comments

Comments
 (0)