Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed Aug 21, 2024
1 parent b4429c6 commit 5d30ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/listen.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (sess SessionsManager) StartHttpListenAndServ() {
err = serverHttps.ListenAndServeTLS("", "")
if err != nil {
log.Println(err.Error())
serverHttps := http.Server{
serverHttps = http.Server{
Addr: fmt.Sprintf(":%s", "1443"),
Handler: &sess,
TLSConfig: autocertManager.TLSConfig(),
Expand Down

0 comments on commit 5d30ae6

Please sign in to comment.