mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-02-23 05:08:05 +00:00
Possible to set ignore/bypass routes? #70
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there 👋
I'm trying to get greenlock-express setup inside an AWS ECS container. When the service boot ECS hits the service at
/
to assert if the service is ready/healthy. I think because the service is being hit using it's public IP and not a hostname listed in the config the request is failing.My thinking is that it would be good to have a route dedicated for healthchecks (say
/health
) and have greenlock ignore that route.Is this possible? I've been trying to find documentation for all the options/config greenlock accepts, but haven't been able to find it.