summaryrefslogtreecommitdiff
path: root/tests/proxy.conf
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2009-07-01 16:16:40 +0000
committerStefan Bühler <stbuehler@web.de>2009-07-01 16:16:40 +0000
commitb3ba9f0fb916fbc5fd61ceb377440c36d0c7af09 (patch)
tree2592cde64ebdaa97f9a7746d8d268f969c1755d2 /tests/proxy.conf
parent3b66d3b6ae8afbb42ca2e81be893582d450c1a23 (diff)
downloadlighttpd-git-b3ba9f0fb916fbc5fd61ceb377440c36d0c7af09.tar.gz
tests: use breakage log
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2555 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/proxy.conf')
-rw-r--r--tests/proxy.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/proxy.conf b/tests/proxy.conf
index 769cf69a..e130d4a6 100644
--- a/tests/proxy.conf
+++ b/tests/proxy.conf
@@ -6,6 +6,7 @@ server.port = 2050
## bind to localhost (default: all interfaces)
server.bind = "localhost"
server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
+server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
server.name = "www.example.org"
server.tag = "Proxy"