== 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.