summaryrefslogtreecommitdiff
path: root/caddytest/integration/caddyfile_adapt/matchers_in_route.txt
diff options
context:
space:
mode:
Diffstat (limited to 'caddytest/integration/caddyfile_adapt/matchers_in_route.txt')
-rw-r--r--caddytest/integration/caddyfile_adapt/matchers_in_route.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/caddytest/integration/caddyfile_adapt/matchers_in_route.txt b/caddytest/integration/caddyfile_adapt/matchers_in_route.txt
index 01609b0..8c587b5 100644
--- a/caddytest/integration/caddyfile_adapt/matchers_in_route.txt
+++ b/caddytest/integration/caddyfile_adapt/matchers_in_route.txt
@@ -1,10 +1,10 @@
:80 {
- route {
- # unused matchers should not panic
- # see https://github.com/caddyserver/caddy/issues/3745
- @matcher1 path /path1
- @matcher2 path /path2
- }
+ route {
+ # unused matchers should not panic
+ # see https://github.com/caddyserver/caddy/issues/3745
+ @matcher1 path /path1
+ @matcher2 path /path2
+ }
}
----------
{