summaryrefslogtreecommitdiff
path: root/tests/proxy.conf
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-27 21:29:19 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-27 21:39:04 -0500
commit5ec5e124c1697f71d714f631a762ccbf3f168023 (patch)
tree58ad2fba2f5eed1fd74369c9769a8e8e7baf0902 /tests/proxy.conf
parentdb0cd76618cd52e0501668fc4a54d6f21acde39e (diff)
downloadlighttpd-git-5ec5e124c1697f71d714f631a762ccbf3f168023.tar.gz
[tests] consolidate some tests/ content
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 ae8a75a9..ba2f49dd 100644
--- a/tests/proxy.conf
+++ b/tests/proxy.conf
@@ -28,5 +28,5 @@ proxy.server = ( "" => (
))
url.rewrite = (
- "^/rewrite/all(/.*)$" => "/indexfile/query_string.pl?$1",
+ "^/rewrite/all(/.*)$" => "/cgi.pl?$1",
)