mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-13 22:51:08 -05:00
Merge pull request #970 from ponychicken/reload
Specify the reload signal in the upstart script
This commit is contained in:
commit
7157bdc79d
1 changed files with 2 additions and 0 deletions
2
dist/init/linux-upstart/caddy.conf
vendored
2
dist/init/linux-upstart/caddy.conf
vendored
|
@ -11,6 +11,8 @@ setgid www-data
|
|||
respawn
|
||||
respawn limit 10 5
|
||||
|
||||
reload signal SIGUSR1
|
||||
|
||||
# Let's Encrypt certificates will be written to this directory.
|
||||
env HOME=/etc/caddy
|
||||
|
||||
|
|
Loading…
Reference in a new issue