mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
9 lines
169 B
Text
9 lines
169 B
Text
![]() |
:80
|
||
|
|
||
|
handle {
|
||
|
respond <<END!
|
||
|
Hello
|
||
|
END!
|
||
|
}
|
||
|
----------
|
||
|
heredoc marker on line #4 must contain only alpha-numeric characters, dashes and underscores; got 'END!'
|