0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/caddy
Thomas Boerger ef95173827
Dropped LinkedPath and updated browse template
As discussed with @mholt I have dropped the old LinkedPath function and
replaced it within the browse template with the new BreadcrumbMap
function. Visually it looks exactly the same as before, now the template
functionality is just more powerful.

Signed-off-by: Thomas Boerger <tboerger@suse.de>
2016-04-12 17:18:21 +02:00
..
assets
caddyfile Preserve and clean up original host input in Caddyfile-JSON conversions 2016-01-03 16:46:26 -07:00
https Rename EC256,EC384 to P256,P384 2016-04-05 13:37:39 +00:00
parse Handle host names case insensitively. 2016-04-06 21:36:46 +00:00
setup Dropped LinkedPath and updated browse template 2016-04-12 17:18:21 +02:00
caddy.go Add -restart=inproc flag for in process restart 2016-03-22 02:25:32 +08:00
caddy_test.go https: Only create ACMEClient if it's actually going to be used 2016-02-11 16:20:59 -07:00
config.go Remove path scoping for middleware slice 2016-02-17 18:11:03 -07:00
config_test.go Parser separate scheme/port, refactor config loading 2016-01-03 16:41:29 -07:00
directives.go Add expvar middleware 2016-03-21 21:46:41 -06:00
directives_test.go making directives externally registerable 2016-02-05 10:03:20 -07:00
helpers.go tls: Some bug fixes, basic rate limiting, max_certs setting 2016-02-11 13:48:52 -07:00
restart.go Extract restartInProc to its own file 2016-04-06 11:40:39 +08:00
restart_windows.go Extract restartInProc to its own file 2016-04-06 11:40:39 +08:00
restartinproc.go Extract restartInProc to its own file 2016-04-06 11:40:39 +08:00
sigtrap.go Remove pidfile when program exits (closes #495) 2016-01-09 21:48:07 -07:00
sigtrap_posix.go Remove pidfile when program exits (closes #495) 2016-01-09 21:48:07 -07:00
sigtrap_windows.go Make signal trapping optional 2015-11-14 21:59:43 -07:00