summaryrefslogtreecommitdiff
path: root/package/lighttpd/files/lighttpd.conf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-03 18:44:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-03 18:44:25 +0100
commitebc6f3b2cc5bae61845f75ca1e824aeb1d7476cb (patch)
treeee494b62039fa6b94a67363947db7c21ab36600c /package/lighttpd/files/lighttpd.conf
parent2a6ccadf934d192ce231c6d072ebe48c487bcf25 (diff)
fine tune lighttp config
Diffstat (limited to 'package/lighttpd/files/lighttpd.conf')
-rw-r--r--package/lighttpd/files/lighttpd.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/lighttpd/files/lighttpd.conf b/package/lighttpd/files/lighttpd.conf
index efe96be4f..3c114d35f 100644
--- a/package/lighttpd/files/lighttpd.conf
+++ b/package/lighttpd/files/lighttpd.conf
@@ -90,7 +90,7 @@ server.port = 80
##
## Use IPv6?
##
-server.use-ipv6 = "enable"
+server.use-ipv6 = "disable"
##
## bind to a specific IP
@@ -188,7 +188,7 @@ server.event-handler = "linux-sysepoll"
## linux-sendfile - is recommended for small files.
## writev - is recommended for sending many large files
##
-server.network-backend = "linux-sendfile"
+#server.network-backend = "linux-sendfile"
##
## As lighttpd is a single-threaded server, its main resource limit is
@@ -305,7 +305,7 @@ index-file.names += (
## ~ is for backupfiles from vi, emacs, joe, ...
## .inc is often used for code includes which should in general not be part
## of the document-root
-url.access-deny = ( "~", ".inc" )
+#url.access-deny = ( "~", ".inc" )
##
## disable range requests for pdf files