summaryrefslogtreecommitdiff
path: root/tests/proxy.conf
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-08-17 09:52:16 +0000
committerJan Kneschke <jan@kneschke.de>2005-08-17 09:52:16 +0000
commit426880f0a22067ca3b090fe5c6ba8bd8e1817d1e (patch)
treebb96d5eac91018fa7e7aa73077042f9d2bd7016a /tests/proxy.conf
parent0de585c33bbbf394adc8162dfb9902980bb1c652 (diff)
downloadlighttpd-git-426880f0a22067ca3b090fe5c6ba8bd8e1817d1e.tar.gz
removed warnings on empty response-body, added debug output to mod_proxy
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@559 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 891e0ebc..e6ac8653 100644
--- a/tests/proxy.conf
+++ b/tests/proxy.conf
@@ -67,6 +67,7 @@ setenv.add-environment = ( "TRAC_ENV" => "foo")
setenv.add-request-header = ( "FOO" => "foo")
setenv.add-response-header = ( "BAR" => "foo")
+proxy.debug = 1
proxy.server = ( "" => (
"grisu" => (
"host" => "127.0.0.1",