Re-add https in log message

pull/38/head
Matt Baer 6 years ago
parent 875c758ba2
commit fe78d6d47f
  1. 2
      app.go

@ -418,7 +418,7 @@ func Serve() {
log.Error("Unable to start redirect server: %v", err)
}()
log.Info("Serving on %s:443", bindAddress)
log.Info("Serving on https://%s:443", bindAddress)
log.Info("---")
err = http.ListenAndServeTLS(
fmt.Sprintf("%s:443", bindAddress), app.cfg.Server.TLSCertPath, app.cfg.Server.TLSKeyPath, nil)

Loading…
Cancel
Save