Releases: Inpher/caddy-consul
Releases · Inpher/caddy-consul
v0.0.9
v0.0.8
v0.0.7
Random sleep before applying new configuration
To reduce chances that all Caddy instances try to generate new SSL certificates at the same time, apply a random sleep before loading new configuration.
Rename upstreams-scheme tag and add a --insecure tag for TLS upstreams
Merge pull request #6 from Inpher/ludo/upstream-scheme Rename upstream-scheme tag and add a --insecure tag
Fix Transport module in reverse_proxy handler
Merge pull request #5 from Inpher/ludo/upstream-scheme Fix module object
Fix TLS on upstreams
Merge pull request #4 from Inpher/ludo/upstream-scheme Fix TLS config
Support upstream-scheme as a Consul tag
This release brings a new tag caddy:upstream-scheme=(http|https)
that defines if the upstream will be hit over HTTP or HTTPS.
v0.0.1: First release
Merge pull request #2 from Inpher/ludo/no-auto-https-redirect Option to disable auto http -> https redirection and listen on both h…