diff options
-rw-r--r-- | modules/caddyhttp/caddyhttp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/caddyhttp.go b/modules/caddyhttp/caddyhttp.go index f78b198..02e4468 100644 --- a/modules/caddyhttp/caddyhttp.go +++ b/modules/caddyhttp/caddyhttp.go @@ -142,7 +142,7 @@ func (app *App) Provision(ctx caddy.Context) error { certmagic.Default.DefaultServerName = app.DefaultSNI // this provisions the matchers for each route, - // and prepares auto HTTP->HTTP redirects, and + // and prepares auto HTTP->HTTPS redirects, and // is required before we provision each server err := app.automaticHTTPSPhase1(ctx, repl) if err != nil { |