Files
2026-02-04 20:14:19 +00:00
..
2026-02-04 20:14:19 +00:00
2026-02-04 20:14:19 +00:00

Caddyfile Samples

The Caddyfile samples in this directory are for use with --backend-mode caddy ./my.Caddyfile which runs an embedded Caddy server.

The Caddyfile must have this structure because it is rendered as a Go template by zrok to bind the HTTP listener.

http:// {
    bind {{ .ZrokBindAddress }}
    # customize reverse_proxy, file_server, etc.
}

Notes

multiple_upstream.Caddyfile is bundled in the zrok2-agent package for Linux as an example Caddyfile.