Change port for TLS connection.
This commit is contained in:
parent
b6bb75376d
commit
5f8342b4c5
2
main.go
2
main.go
@ -41,7 +41,7 @@ func main() {
|
|||||||
gin.SetMode(gin.ReleaseMode)
|
gin.SetMode(gin.ReleaseMode)
|
||||||
log.Println("Starting in release mode")
|
log.Println("Starting in release mode")
|
||||||
log.Println("Starting service with TLS")
|
log.Println("Starting service with TLS")
|
||||||
log.Fatal(autotls.Run(router, "chess.sw-gross.de"))
|
log.Fatal(autotls.Run(router, "chess.sw-gross.de:9000"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user