diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2019-05-07 09:56:13 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2019-05-07 09:56:18 -0600 |
commit | e40bbecb16d196d2d700a9484e53c11b64dfe8d9 (patch) | |
tree | c4ab6cce5c98fdec6d9d5a3eaf666d5bea55a25f /cmd/caddy2 | |
parent | 8eba582efe2ec8646447d8721a42c486363b3bc2 (diff) |
Rough implementation of auto HTTP->HTTPS redirects
Also added GracePeriod for server shutdowns
Diffstat (limited to 'cmd/caddy2')
-rw-r--r-- | cmd/caddy2/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/caddy2/main.go b/cmd/caddy2/main.go index 5a09d87..482c4f5 100644 --- a/cmd/caddy2/main.go +++ b/cmd/caddy2/main.go @@ -9,7 +9,6 @@ import ( _ "bitbucket.org/lightcodelabs/caddy2/modules/caddyhttp/caddylog" _ "bitbucket.org/lightcodelabs/caddy2/modules/caddyhttp/reverseproxy" _ "bitbucket.org/lightcodelabs/caddy2/modules/caddyhttp/staticfiles" - _ "bitbucket.org/lightcodelabs/caddy2/modules/caddyhttp/staticresp" _ "bitbucket.org/lightcodelabs/caddy2/modules/caddytls" ) |