summaryrefslogtreecommitdiff
path: root/tests/proxy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/proxy.conf')
-rw-r--r--tests/proxy.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/proxy.conf b/tests/proxy.conf
index 72d27a9c..365693ab 100644
--- a/tests/proxy.conf
+++ b/tests/proxy.conf
@@ -10,7 +10,6 @@ server.tag = "Proxy"
server.compat-module-load = "disable"
server.modules = (
- "mod_rewrite",
"mod_proxy",
"mod_accesslog",
)
@@ -24,7 +23,6 @@ proxy.server = ( "" => (
"port" => env.EPHEMERAL_PORT,
),
))
-
-url.rewrite = (
- "^/rewrite/all(/.*)$" => "/cgi.pl?$1",
+proxy.header = (
+ "map-urlpath" => ( "/rewrite/all" => "/cgi.pl?" )
)