Files
WebPostPartialJsonObject/Caddy/Caddyfile
2022-12-10 17:01:11 -05:00

17 lines
184 B
Caddyfile

{
log {
output stderr
format json {
time_local
time_format wall_milli
duration_format string
}
level debug
}
}
http://*:9000 {
reverse_proxy localhost:5000
log
}