summaryrefslogtreecommitdiff
path: root/tests/lighttpd.conf
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2008-07-29 21:22:13 +0000
committerStefan Bühler <stbuehler@web.de>2008-07-29 21:22:13 +0000
commitcbd40dc44bed9537fd02c3c1608de68e055c2962 (patch)
treebc271b2dec97cf0b4ce32486ae72aeaf82a1102d /tests/lighttpd.conf
parent0b257bcefaefbfbf5b5cda635a4fb08189a260eb (diff)
downloadlighttpd-git-cbd40dc44bed9537fd02c3c1608de68e055c2962.tar.gz
[tests] Remove pidfile from test system
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2242 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/lighttpd.conf')
-rw-r--r--tests/lighttpd.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf
index 71a37fee..492d9c0b 100644
--- a/tests/lighttpd.conf
+++ b/tests/lighttpd.conf
@@ -3,7 +3,6 @@ debug.log-request-header = "enable"
debug.log-response-header = "enable"
debug.log-condition-handling = "enable"
server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
-server.pid-file = env.SRCDIR + "/tmp/lighttpd/lighttpd.pid"
## 64 Mbyte ... nice limit
server.max-request-size = 65000