0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-02-24 23:57:05 -05:00
caddy/caddy
Michael Banzon d448c919e8 Changed implementation of issue #304 fix
It no longer uses regular expressions.
It supports both the Unix `{$ENV_VAR}` _and_ the Windows `{%ENV_VAR%}`
syntax.
Added test for both Unix and Windows env. syntax.
2015-11-15 11:16:37 +01:00
..
assets
caddyfile letsencrypt: Numerous bug fixes 2015-10-30 15:55:59 -06:00
letsencrypt Better error handling at startup and fixed some bugs 2015-11-03 12:01:54 -07:00
parse Changed implementation of issue #304 fix 2015-11-15 11:16:37 +01:00
setup tls: Repair from messy merge 2015-11-02 20:54:38 -07:00
caddy.go Better error handling at startup and fixed some bugs 2015-11-03 12:01:54 -07:00
caddy_test.go core: Start() blocks until servers finish starting 2015-10-30 00:19:43 -06:00
config.go Fix -port, -host, and -root flags when Caddyfile is missing 2015-11-03 08:10:16 -07:00
config_test.go Merge branch 'master' into letsencrypt 2015-11-02 20:26:55 -07:00
directives.go letsencrypt: Activate during config load just after tls directive 2015-11-01 09:46:23 -07:00
helpers.go Better error handling at startup and fixed some bugs 2015-11-03 12:01:54 -07:00
restart.go core: Start() blocks until servers finish starting 2015-10-30 00:19:43 -06:00
restart_windows.go
sigtrap.go
sigtrap_posix.go