summary refs log tree commit
diff options
context:
space:
mode:
authornleguen <nleguen@anaeinteractive.com>2011-07-02 13:57:29 -0700
committerKonstantin Haase <konstantin.mailinglists@googlemail.com>2011-07-04 10:21:56 +0200
commit3e56673ea07dfef53b8268ef770d3abc221fecb8 (patch)
tree060302ec22b1c6ba0510e1d3d91c039e86c1f11e
parent0caa3850241a935ae6ebfd6c22696c88381ee34e (diff)
downloadrack-3e56673ea07dfef53b8268ef770d3abc221fecb8.tar.gz
Edited lib/rack/sendfile.rb via GitHub
-rw-r--r--lib/rack/sendfile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/sendfile.rb b/lib/rack/sendfile.rb
index 85d5ec27..6a213a64 100644
--- a/lib/rack/sendfile.rb
+++ b/lib/rack/sendfile.rb
@@ -46,7 +46,7 @@ module Rack
   #     proxy_set_header   X-Forwarded-For     $proxy_add_x_forwarded_for;
   #
   #     proxy_set_header   X-Sendfile-Type     X-Accel-Redirect;
-  #     proxy_set_header   X-Accel-Mapping     /files/=/var/www/;
+  #     proxy_set_header   X-Accel-Mapping     /var/www/=/files/;
   #
   #     proxy_pass         http://127.0.0.1:8080/;
   #   }