mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
10 lines
182 B
Text
10 lines
182 B
Text
![]() |
:80
|
||
|
|
||
|
handle {
|
||
|
respond <<END
|
||
|
line1
|
||
|
line2
|
||
|
END
|
||
|
}
|
||
|
----------
|
||
|
mismatched leading whitespace in heredoc <<END on line #5 [ line1], expected whitespace [ ] to match the closing marker
|