16 lines
170 B
Caddyfile
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
|
|
}
|