Caddy.Admin (Caddy v2.3.1)

View Source

GenServer that periodically checks Caddy server health.

This module runs as a background process that checks the Caddy server status every 15 seconds and logs any connection issues.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

init(_)

Callback implementation for GenServer.init/1.

start_link(_)