Packages

Elixir-native host management with inspectable plans, package locks, systemd isolation, and remote bootstrap.

Current section

Files

Jump to
host_kit lib host_kit caddy directive reverse_proxy.ex
Raw

lib/host_kit/caddy/directive/reverse_proxy.ex

defmodule HostKit.Caddy.Directive.ReverseProxy do
@moduledoc "Inspectable Caddy reverse_proxy directive."
@type t :: %__MODULE__{upstreams: [String.t()]}
defstruct upstreams: []
end