mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Renamed apache24 occurance to caddy :-)
This commit is contained in:
parent
75915e0a25
commit
202679efde
1 changed files with 2 additions and 2 deletions
4
dist/init/freebsd/caddy
vendored
4
dist/init/freebsd/caddy
vendored
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
# Add the following lines to /etc/rc.conf to enable caddy:
|
||||
# caddy_enable (bool): Set to "NO" by default.
|
||||
# Set it to "YES" to enable apache24
|
||||
# Set it to "YES" to enable caddy
|
||||
#
|
||||
# caddy_cert_email (str): Set to "" by default.
|
||||
# Defines the SSL certificate issuer email. By providing an
|
||||
|
@ -70,4 +70,4 @@ caddy_stop() {
|
|||
kill -QUIT `cat $pidfile 2> /dev/null`
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
||||
run_rc_command "$1"
|
||||
|
|
Loading…
Reference in a new issue