mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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:
parent
3d4965765c
commit
711ce826a7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue