summaryrefslogtreecommitdiff
path: root/cmd/caddy2/main.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-05-07 09:56:13 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-05-07 09:56:18 -0600
commite40bbecb16d196d2d700a9484e53c11b64dfe8d9 (patch)
treec4ab6cce5c98fdec6d9d5a3eaf666d5bea55a25f /cmd/caddy2/main.go
parent8eba582efe2ec8646447d8721a42c486363b3bc2 (diff)
Rough implementation of auto HTTP->HTTPS redirects
Also added GracePeriod for server shutdowns
Diffstat (limited to 'cmd/caddy2/main.go')
-rw-r--r--cmd/caddy2/main.go1
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"
)