caddy/config
Matthew Holt b5b31e398c letsencrypt: Graceful restarts
Lots of refinement still needed and runs only on POSIX systems. Windows will not get true graceful restarts (for now), but we will opt for very, very quick forceful restarts. Also, server configs are no longer put into a map; it is critical that they stay ordered so that they can be matched with their sockets in the child process after forking.

This implementation of graceful restarts is probably not perfect, but it is a good start. Lots of details to attend to now.
2015-10-25 18:45:55 -06:00
..
letsencrypt letsencrypt: Basic renewal failover and better error handling 2015-10-21 21:28:33 -06:00
parse Add ServerBlockIndex and ServerBlockHosts to Controller 2015-10-15 23:34:54 -06:00
setup letsencrypt: Don't auto-configure loopback hosts or 'tls off' 2015-10-18 22:50:42 -06:00
config_test.go core: Bind all listeners to wildcard host by default (closes #208) 2015-08-05 07:37:51 -06:00
config.go letsencrypt: Graceful restarts 2015-10-25 18:45:55 -06:00
directives.go Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00