:80 {
handle_path /api/v1/* {
rewrite * {path}
reverse_proxy geodata:8000
}
redir /openapi.json /api/v1/openapi.json permanent
respond "pong!"