mirror of
https://github.com/caddyserver/caddy.git
synced 2025-12-08 06:09:53 +00:00
9 lines
207 B
Text
9 lines
207 B
Text
|
|
:80
|
||
|
|
|
||
|
|
handle {
|
||
|
|
respond <<EOF
|
||
|
|
Hello
|
||
|
|
# missing EOF marker
|
||
|
|
}
|
||
|
|
----------
|
||
|
|
mismatched leading whitespace in heredoc <<EOF on line #5 [ Hello], expected whitespace [# missing ] to match the closing marker
|