summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/caddyhttp.go
diff options
context:
space:
mode:
authorSuccess Go <gaodacheng@protonmail.ch>2020-02-27 13:50:36 +0800
committerGitHub <noreply@github.com>2020-02-27 00:50:36 -0500
commitf6ae0925075f3b1794a699f3ac47845000f7967b (patch)
tree47baafa03dee8c929f2d9f9727ee93a35b3dbcb7 /modules/caddyhttp/caddyhttp.go
parenta2a41a5bdf61b6822761be98904cf7f1cb96a96a (diff)
It might be HTTP->HTTPS in the comment (#3086)
Diffstat (limited to 'modules/caddyhttp/caddyhttp.go')
-rw-r--r--modules/caddyhttp/caddyhttp.go2
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 {