9 lines
172 B
Text
9 lines
172 B
Text
|
|
@foo {
|
||
|
|
path /foo
|
||
|
|
}
|
||
|
|
|
||
|
|
handle {
|
||
|
|
respond "should not work"
|
||
|
|
}
|
||
|
|
----------
|
||
|
|
request matchers may not be defined globally, they must be in a site block; found @foo, at Caddyfile:1
|