summaryrefslogtreecommitdiff
path: root/caddytest/integration/caddyfile_adapt/php_fastcgi_expanded_form.txt
diff options
context:
space:
mode:
authorWeidiDeng <weidi_deng@icloud.com>2023-01-19 05:04:41 +0800
committerGitHub <noreply@github.com>2023-01-18 16:04:41 -0500
commitc38a040e85a7d277299acaab39bdad171bc45675 (patch)
treebc1b7a6f41cc5bfc7be980d159b403d24457420c /caddytest/integration/caddyfile_adapt/php_fastcgi_expanded_form.txt
parente8ad9b32c9730ddb162b6fb1443fc0b36fcef7dc (diff)
httpcaddyfile: Fix `handle` grouping inside `route` (#5315)
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
Diffstat (limited to 'caddytest/integration/caddyfile_adapt/php_fastcgi_expanded_form.txt')
-rw-r--r--caddytest/integration/caddyfile_adapt/php_fastcgi_expanded_form.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/caddytest/integration/caddyfile_adapt/php_fastcgi_expanded_form.txt b/caddytest/integration/caddyfile_adapt/php_fastcgi_expanded_form.txt
index 2fa2b79..8a57b9e 100644
--- a/caddytest/integration/caddyfile_adapt/php_fastcgi_expanded_form.txt
+++ b/caddytest/integration/caddyfile_adapt/php_fastcgi_expanded_form.txt
@@ -74,6 +74,7 @@ route {
]
},
{
+ "group": "group0",
"handle": [
{
"handler": "rewrite",
@@ -129,4 +130,4 @@ route {
}
}
}
-} \ No newline at end of file
+}