Don't send a 417 error if "Expect: 100-continue" is sent by the client.
This commit is contained in:
parent
1db05339d3
commit
7669d55f6f
1 changed files with 1 additions and 1 deletions
|
@ -19,8 +19,8 @@ server.modules = (
|
|||
server.username = "www-data"
|
||||
server.groupname = "www-data"
|
||||
server.pid-file = "/var/run/lighttpd.pid"
|
||||
|
||||
server.max-fds = 8192
|
||||
server.reject-expect-100-with-417 = "disable"
|
||||
|
||||
#
|
||||
# Setup logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue