mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
18 lines
199 B
Caddyfile
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
|
|
}
|
|
}
|