From f6ae0925075f3b1794a699f3ac47845000f7967b Mon Sep 17 00:00:00 2001 From: Success Go Date: Thu, 27 Feb 2020 13:50:36 +0800 Subject: It might be HTTP->HTTPS in the comment (#3086) --- modules/caddyhttp/caddyhttp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddyhttp/caddyhttp.go') 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 { -- cgit v1.2.3