diff options
author | Success Go <[email protected]> | 2020-02-27 13:50:36 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-27 00:50:36 -0500 |
commit | f6ae0925075f3b1794a699f3ac47845000f7967b (patch) | |
tree | 47baafa03dee8c929f2d9f9727ee93a35b3dbcb7 | |
parent | a2a41a5bdf61b6822761be98904cf7f1cb96a96a (diff) | |
download | caddy-f6ae0925075f3b1794a699f3ac47845000f7967b.tar.gz caddy-f6ae0925075f3b1794a699f3ac47845000f7967b.zip |
It might be HTTP->HTTPS in the comment (#3086)
-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 f78b19884..02e446831 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 { |