0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-13 22:51:08 -05:00
caddy/config
Matthew Holt 0ac8bf58ea core: Run startup/shutdown functions only once
Even if defined for multiple hosts. Startup or shutdown callbacks registered by any directive (startup, shutdown, markdown, git, log, etc.) will only run as many times as it appears in the Caddyfile, not repeated for each host that shares that server block. Fixing this involved refactoring three packages (yeesh) and we need to restore some tests that are no longer valid (that used to verify splitting a multiServerBlock into multiple serverBlocks).
2015-08-01 13:08:31 -06:00
..
parse core: Run startup/shutdown functions only once 2015-08-01 13:08:31 -06:00
setup Merge branch 'master' of https://github.com/mholt/caddy 2015-07-29 23:43:26 +02:00
config.go core: Run startup/shutdown functions only once 2015-08-01 13:08:31 -06:00
config_test.go core: Run startup/shutdown functions only once 2015-08-01 13:08:31 -06:00
directives.go Decouple git middleware from caddy core. Now available as an add-on at https://github.com/abiosoft/caddy-git. 2015-06-28 00:31:52 +01:00