kn-f
kn-f
@JamesDAdams did you try by setting up a curl cron job for this behaviour? This can be done either on the server or inside the ContainerNurse container, in case you...
Based on the HTTP [status codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes), I'd advise to: - 1xx: Accept, these are informational responses implying that the container is up and running - 2xx: Accept, these are successful...
> I'm hesitant to add the `4xx` range since, you're right, this _should_ be a client error. But some on launch building onepage applications might return `404` while the `index.html`...