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