caddy/caddy
Thomas Boerger c86c26a056 Added "go up" link to browse template
In order to have directly a link within the browse listing I have added
a link to the top of the table to get one level up in the tree. Added
that after a chat with @mholt.

Signed-off-by: Thomas Boerger <thomas@webhippie.de>
2016-04-11 20:10:41 +02:00
..
assets Minor test improvements 2015-10-27 12:53:31 -06:00
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 Added "go up" link to browse template 2016-04-11 20:10:41 +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