X-Git-Url: http://git.rot13.org/?p=nginx.git;a=blobdiff_plain;f=nginx_upstream_hash%2FREADME;fp=nginx_upstream_hash%2FREADME;h=c0dcbf14722e6f214f543ed6c58127cee31330f7;hp=0000000000000000000000000000000000000000;hb=97ef071d42e94afeb073bf77ea4c4707c7ae669f;hpb=ae130c7b2b4158b27f1400e7850bb5e12dc17fc1 diff --git a/nginx_upstream_hash/README b/nginx_upstream_hash/README new file mode 100644 index 0000000..c0dcbf1 --- /dev/null +++ b/nginx_upstream_hash/README @@ -0,0 +1,21 @@ +== ngx_http_upstream_hash_module == + +Installation: + + cd nginx-0.7.1 # or whatever + patch -p0 < /path/to/this/directory/nginx.patch + ./configure --add-module=/path/to/this/directory + make + make install + +Usage: + + upstream backend { + ... + hash $request_uri; + hash_again 10; # default 0 + } + +See http://wiki.codemongers.com/NginxHttpUpstreamHashModule for more details. + +Questions/patches to Evan Miller, emmiller@gmail.com.