From b3ba9f0fb916fbc5fd61ceb377440c36d0c7af09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Wed, 1 Jul 2009 16:16:40 +0000 Subject: tests: use breakage log git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2555 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/proxy.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/proxy.conf') 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" -- cgit v1.2.1