View | Details | Raw Unified | Return to bug 274085 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/caddy/files/caddy.in (-2 / +2 lines)
Lines 70-78 else Link Here
70
fi
70
fi
71
71
72
# Extra Commands
72
# Extra Commands
73
extra_commands="configtest reload"
73
extra_commands="configtest reload reloadssl"
74
configtest_cmd="caddy_execute validate ${caddy_flags}"
74
configtest_cmd="caddy_execute validate ${caddy_flags}"
75
reload_cmd="caddy_execute reload ${caddy_flags}"
75
reload_cmd="caddy_execute reload ${caddy_flags}"
76
reloadssl_cmd="caddy_execute reload --force ${caddy_flags}"
76
77
77
caddy_execute()
78
caddy_execute()
78
{
79
{
79
- 

Return to bug 274085