Fixed type (closes #3999)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3751 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2006-03-03 03:21:13 +00:00
parent 3d4965765c
commit 711ce826a7
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ mimetype.assign = (
)
# Making sure file uploads above 64k always work when using IE or Safari
# Form more information, see http://trac.lighttpd.net/trac/ticket/360
# For more information, see http://trac.lighttpd.net/trac/ticket/360
$HTTP["useragent"] =~ "^(.*MSIE.*)|(.*AppleWebKit.*)$" {
server.max-keep-alive-requests = 0
}
}