Files
WebPostPartialJsonObject/Caddy/Caddyfile
2022-12-10 02:51:51 -05:00

16 lines
170 B
Caddyfile

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