Skip to content

Commit

Permalink
Edited lib/rack/sendfile.rb via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
nleguen authored and rkh committed Jul 4, 2011
1 parent 78f004f commit 9f0e0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/sendfile.rb
Expand Up @@ -41,7 +41,7 @@ module Rack
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; # proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# #
# proxy_set_header X-Sendfile-Type X-Accel-Redirect; # 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/; # proxy_pass http://127.0.0.1:8080/;
# } # }
Expand Down

0 comments on commit 9f0e0bd

Please sign in to comment.