mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-20 22:52:58 -05:00
9 lines
86 B
Text
9 lines
86 B
Text
|
(t1) {
|
||
|
respond 200 {
|
||
|
body {args[:]}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
:8081 {
|
||
|
import t1 false
|
||
|
}
|