Skip to content

Commit

Permalink
Fixed type (closes #3999)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3751 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Mar 3, 2006
1 parent 3d49657 commit 711ce82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/configs/lighttpd.conf
Expand Up @@ -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
}
}

0 comments on commit 711ce82

Please sign in to comment.