1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00
caddy/caddyhttp
Matt Holt 1867ded14c
caddytls: Change clustering to be a plugin to the caddytls package (#2459)
* caddytls: Change clustering to be a plugin to the caddytls package

Should resolve the failure in
https://github.com/coredns/coredns/pull/2541.

This change is breaking to clustering plugin developers (not Caddy
users), but logical, since only the caddytls package uses CertMagic
directly (the httpserver package also uses it, but only because it also
uses the caddytls plugin); and it is early enough that no clustering
plugins really exist yet.

This will also require a change of devportal
so that it looks for a different registration function, which has moved
to the caddytls package.

* Remove unused variable

* caddyhttp: Fix test (adjust plugin counting)

* ummmm, remove extra line break

somehow VS Code didn't fmt on save... weird.
2019-02-08 13:06:21 -07:00
..
basicauth Disable basic authentication for OPTIONS method (#2415) 2019-01-28 10:26:22 +00:00
bind Extract most of caddytls core code into external CertMagic package 2018-12-10 19:49:29 -07:00
browse Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
errors Prevent errors test fail if $GOPATH is something like /home/user/caddy (#2347) 2018-11-17 21:51:08 +00:00
expvar
extensions
fastcgi Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
gzip Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
header
httpserver httpserver: Fix address display and routing for IPv6 IPs/wildcards 2019-02-02 14:32:37 -07:00
index Implement per-site index (#1906) 2017-10-29 21:13:10 +00:00
internalsrv
limits
log Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
markdown Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
mime
pprof
proxy proxy: Implement own CA certificates of backends (#2454) 2019-02-05 10:16:08 -07:00
push Implement per-site index (#1906) 2017-10-29 21:13:10 +00:00
redirect redir: Do not count multiple rules with if statements as duplicates 2017-09-28 11:41:11 -06:00
requestid request_id: Allow reusing ID from header (closes #2012) 2018-02-02 19:59:28 -07:00
rewrite rewrite: Regular expression support for simple rule (#2082) 2018-04-14 19:40:55 -06:00
root Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
staticfiles staticfiles: Require method GET 2019-02-02 18:36:20 -07:00
status
templates templates: delete ETag and Last-Modified headers (#2338) 2018-11-18 14:06:54 -07:00
timeouts
websocket
caddyhttp.go startup/shutdown: Remove deprecated startup/shutdown directives (#2033) 2018-02-21 10:56:09 -07:00
caddyhttp_test.go caddytls: Change clustering to be a plugin to the caddytls package (#2459) 2019-02-08 13:06:21 -07:00