summaryrefslogtreecommitdiff
path: root/tests/proxy.conf
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-06-28 17:25:35 +0000
committerJan Kneschke <jan@kneschke.de>2005-06-28 17:25:35 +0000
commita2373e71a90b44d691a8021e0056fb4a3bebcf2f (patch)
treee93118f211787ae87aaa926071b480e5184664de /tests/proxy.conf
parentcdffac9fa6561848c84165c7e37b5c8eb587ab92 (diff)
downloadlighttpd-git-a2373e71a90b44d691a8021e0056fb4a3bebcf2f.tar.gz
added a test for the 'don't pass Server from the backend server'
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@412 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/proxy.conf')
-rw-r--r--tests/proxy.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/proxy.conf b/tests/proxy.conf
index 78371903..891e0ebc 100644
--- a/tests/proxy.conf
+++ b/tests/proxy.conf
@@ -8,7 +8,7 @@ server.port = 2050
server.bind = "localhost"
server.errorlog = "/tmp/lighttpd/logs/lighttpd.error.log"
server.name = "www.example.org"
-server.tag = "Apache 1.3.29"
+server.tag = "Proxy"
server.dir-listing = "enable"