We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b9889 commit a72f487Copy full SHA for a72f487
lib/caddy.ex
@@ -109,4 +109,7 @@ defmodule Caddy do
109
110
Supervisor.init(children, opts)
111
end
112
+
113
+ defdelegate set_bin(bin_path), to: Caddy.ConfigProvider
114
+ defdelegate set_bin!(bin_path), to: Caddy.ConfigProvider
115
lib/caddy/config.ex
@@ -434,4 +434,9 @@ defmodule Caddy.Config do
434
{"XDG_DATA_HOME", xdg_data_home()}
435
]
436
437
438
+ @deprecated "user Caddy.set_bin/1 instead"
439
440
441
442
0 commit comments