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