1Caddy(8) Caddy(8)
2
3
4
6 caddy-reload - Changes the config of the running Caddy instance
7
8
9
11 caddy reload [flags]
12
13
14
16 Gives the running Caddy instance a new configuration. This has the same
17 effect as POSTing a document to the /load API endpoint, but is conveā
18 nient for simple workflows revolving around config files.
19
20
21 Since the admin endpoint is configurable, the endpoint configuration is
22 loaded from the --address flag if specified; otherwise it is loaded
23 from the given config file; otherwise the default is assumed.
24
25
26
28 -a, --adapter="" Name of config adapter to apply
29
30
31 --address="" Address of the administration listener, if different
32 from config
33
34
35 -c, --config="" Configuration file (required)
36
37
38 -f, --force[=false] Force config reload, even if it is the same
39
40
41 -h, --help[=false] help for reload
42
43
44
46 caddy(8)
47
48
49
51 30-Oct-2023 Auto generated by spf13/cobra
52
53
54
55Auto generated by spf13/cobra Oct 2023 Caddy(8)