mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
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
|