0
Fork 0
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:
David Prandzioch 2016-03-06 10:49:29 +01:00
parent 75915e0a25
commit 202679efde

View file

@ -8,7 +8,7 @@
# #
# Add the following lines to /etc/rc.conf to enable caddy: # Add the following lines to /etc/rc.conf to enable caddy:
# caddy_enable (bool): Set to "NO" by default. # 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. # caddy_cert_email (str): Set to "" by default.
# Defines the SSL certificate issuer email. By providing an # Defines the SSL certificate issuer email. By providing an
@ -70,4 +70,4 @@ caddy_stop() {
kill -QUIT `cat $pidfile 2> /dev/null` kill -QUIT `cat $pidfile 2> /dev/null`
} }
run_rc_command "$1" run_rc_command "$1"