https://github.com/rack/rack/pull/200

On Mar 13, 2012, at 11:04 PM, Carlos wrote:

Hi,

I believe there's a mistake in the Rack:Sendfile documentation @ http://rack.rubyforge.org/doc/Rack/Sendfile.html

proxy_set_header   X-Accel-Mapping     /files/=/var/www/;
should be
proxy_set_header   X-Accel-Mapping     /var/www/=/files/;

Thanks,
Carlos