mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
9 lines
132 B
Text
9 lines
132 B
Text
![]() |
:80
|
||
|
|
||
|
handle {
|
||
|
respond <<<END
|
||
|
Hello
|
||
|
END
|
||
|
}
|
||
|
----------
|
||
|
too many '<' for heredoc on line #4; only use two, for example <<END
|