Is there a health check on port 9999, the reverse proxy? Use case is that the AWS ALB target group needs something to mark the fabio service as up. I'm currently using the response of 404 for / as the health check which is far from ideal.
I know I could check one of the routes but they are ephemeral so can't rely on them as an indication that fabio's proxying service is up and running.
Is there a health check on port 9999, the reverse proxy? Use case is that the AWS ALB target group needs something to mark the fabio service as up. I'm currently using the response of 404 for / as the health check which is far from ideal.
I know I could check one of the routes but they are ephemeral so can't rely on them as an indication that fabio's proxying service is up and running.