We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a way to check upstreams via http request
defined a endpoint on my host /healthy which returns ok on success currently i used haproxy but i want switch to caddy
example config in http health check:
"active": { "port": 0, "interval": 0, "timeout": 0, // new fields "type": "http", "host": "my-host.com", "path": "/health", "expect_status": 200, },
The text was updated successfully, but these errors were encountered:
This is open if anyone would like to work on this (I don't have the time currently)
Sorry, something went wrong.
No branches or pull requests
add a way to check upstreams via http request
defined a endpoint on my host /healthy which returns ok on success currently i used haproxy but i want switch to caddy
example config in http health check:
The text was updated successfully, but these errors were encountered: