From 5ec5e124c1697f71d714f631a762ccbf3f168023 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 27 Dec 2020 21:29:19 -0500 Subject: [tests] consolidate some tests/ content --- tests/proxy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/proxy.conf') 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", ) -- cgit v1.2.1