mirror of https://github.com/caddyserver/caddy.git
15 lines
144 B
Plaintext
15 lines
144 B
Plaintext
|
(t1) {
|
||
|
respond 200 {
|
||
|
body {args[:]}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
:8081 {
|
||
|
import t1 false
|
||
|
}
|
||
|
|
||
|
import import_variadic.txt
|
||
|
|
||
|
:8083 {
|
||
|
import t2 true
|
||
|
}
|