caddy/caddy
Matthew Holt e3be524447 core: Fix for graceful reload after first reload signal
The file path of the originally-loaded Caddyfile must be piped to the forked process; previously it was using stdin after the first fork, which wouldn't load the newest Caddyfile from disk, which is the point of SIGUSR1.
2015-10-29 17:23:20 -06:00
..
assets Minor test improvements 2015-10-27 12:53:31 -06:00
caddyfile caddyfile: http and https hosts should render in URL format 2015-10-29 10:13:30 -06:00
letsencrypt letsencrypt: Stubbed out OCSP staple updates 2015-10-28 23:43:26 -06:00
parse Code to convert between JSON and Caddyfile 2015-10-27 00:07:22 -06:00
setup core: Major refactor for graceful restarts; numerous fixes 2015-10-26 13:34:31 -06:00
caddy.go core: Fix for graceful reload after first reload signal 2015-10-29 17:23:20 -06:00
config.go Merge branch 'caddyfile' into letsencrypt 2015-10-29 15:41:34 -06:00
config_test.go core: Major refactor for graceful restarts; numerous fixes 2015-10-26 13:34:31 -06:00
directives.go core: Major refactor for graceful restarts; numerous fixes 2015-10-26 13:34:31 -06:00
helpers.go core: Fix for graceful reload after first reload signal 2015-10-29 17:23:20 -06:00
restart.go core: Fix for graceful reload after first reload signal 2015-10-29 17:23:20 -06:00
restart_windows.go core: Refactoring POSIX-only code for build tags 2015-10-26 16:49:05 -06:00
sigtrap.go core: Refactoring POSIX-only code for build tags 2015-10-26 16:49:05 -06:00
sigtrap_posix.go core: Fix for graceful reload after first reload signal 2015-10-29 17:23:20 -06:00