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
2024-06-10 14:00:00 +01:00

18 lines
199 B
Caddyfile

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