mirror of https://github.com/caddyserver/caddy.git
9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
|
(t1) {
|
||
|
respond 200 {
|
||
|
body {args[:]}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
:8081 {
|
||
|
import t1 false
|
||
|
}
|