aboutsummaryrefslogtreecommitdiffhomepage
path: root/caddytest/integration/caddyfile_adapt/php_fastcgi_matcher.caddyfiletest
diff options
context:
space:
mode:
authorFrancis Lavoie <[email protected]>2024-11-28 12:38:46 -0500
committerFrancis Lavoie <[email protected]>2024-12-01 17:21:44 -0500
commitd5237a62c72dc5a57104b6d1d94297e0a9ad23f9 (patch)
treeac2be19ee8cff6e8cbb3f7d5a9d1b6772413e1d0 /caddytest/integration/caddyfile_adapt/php_fastcgi_matcher.caddyfiletest
parent68edb1acd1860552542314cdaec1094a3cb7e33a (diff)
downloadcaddy-prefixed-query.tar.gz
caddy-prefixed-query.zip
Use orig_uri instead for the redirect, shorter Caddyfile shortcutprefixed-query
Diffstat (limited to 'caddytest/integration/caddyfile_adapt/php_fastcgi_matcher.caddyfiletest')
-rw-r--r--caddytest/integration/caddyfile_adapt/php_fastcgi_matcher.caddyfiletest2
1 files changed, 1 insertions, 1 deletions
diff --git a/caddytest/integration/caddyfile_adapt/php_fastcgi_matcher.caddyfiletest b/caddytest/integration/caddyfile_adapt/php_fastcgi_matcher.caddyfiletest
index 0d20ada2f..9fdcc2ae1 100644
--- a/caddytest/integration/caddyfile_adapt/php_fastcgi_matcher.caddyfiletest
+++ b/caddytest/integration/caddyfile_adapt/php_fastcgi_matcher.caddyfiletest
@@ -33,7 +33,7 @@ php_fastcgi @test localhost:9000
"handler": "static_response",
"headers": {
"Location": [
- "{http.request.orig_uri.path}/{http.request.uri.prefixed_query}"
+ "{http.request.orig_uri.path}/{http.request.orig_uri.prefixed_query}"
]
},
"status_code": 308