mirror of
https://github.com/caddyserver/caddy.git
synced 2025-11-10 18:21:13 +00:00
12 lines
258 B
Text
12 lines
258 B
Text
|
|
example.com
|
||
|
|
handle {
|
||
|
|
respond "one"
|
||
|
|
}
|
||
|
|
|
||
|
|
example.com
|
||
|
|
handle {
|
||
|
|
respond "two"
|
||
|
|
}
|
||
|
|
----------
|
||
|
|
Caddyfile:6: unrecognized directive: example.com
|
||
|
|
Did you mean to define a second site? If so, you must use curly braces around each site to separate their configurations.
|