From e747a9bb12bc644aebce369061a2dc0de567d8d9 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 23 Sep 2022 16:47:59 -0600 Subject: Fix tests --- .../integration/caddyfile_adapt/php_fastcgi_try_files_override.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'caddytest/integration/caddyfile_adapt/php_fastcgi_try_files_override.txt') diff --git a/caddytest/integration/caddyfile_adapt/php_fastcgi_try_files_override.txt b/caddytest/integration/caddyfile_adapt/php_fastcgi_try_files_override.txt index 4342786..a3381f6 100644 --- a/caddytest/integration/caddyfile_adapt/php_fastcgi_try_files_override.txt +++ b/caddytest/integration/caddyfile_adapt/php_fastcgi_try_files_override.txt @@ -46,7 +46,7 @@ php_fastcgi localhost:9000 { "handler": "static_response", "headers": { "Location": [ - "{http.request.uri.path}/" + "{http.request.orig_uri.path}/" ] }, "status_code": 308 -- cgit v1.2.3