15 lines
276 B
Django/Jinja
15 lines
276 B
Django/Jinja
uppy.futureporn.net {
|
|
|
|
# Define the upstream servers for load balancing
|
|
reverse_proxy :3020 {
|
|
|
|
# Health checks (optional)
|
|
health_uri /metrics
|
|
health_interval 10s
|
|
health_timeout 5s
|
|
}
|
|
|
|
handle_errors {
|
|
respond "💥 Error ~ {err.status_code} {err.status_text}"
|
|
}
|
|
} |