0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/rust/docker/echo-server/Caddyfile

18 lines
199 B
Caddyfile
Raw Normal View History

{
auto_https off
}
:8081
route /echo {
respond `{http.request.body}` 200 {
close
}
}
route /fail {
respond `{http.request.body}` 400 {
close
}
}