From 3400a1d52b974a705e93a0eb666d429fcf4007ea Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Sat, 5 Mar 2005 16:24:17 +0000 Subject: [PATCH] correct the keyword for server.protocol-http11 git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@94 152afb58-edef-0310-8abb-c4023f1b3aa9 --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index f5d3387a..704dea16 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -290,7 +290,7 @@ server.error-handler-404 server.error-handler-404 = "/error-404.php" -server.allow_http11 +server.protocol-http11 defines if HTTP/1.1 is allowed or not. Default: enabled