Update dependencies
This commit is contained in:
parent
95eff71e2e
commit
67e32661f1
91 changed files with 18205 additions and 4938 deletions
|
@ -163,7 +163,7 @@ func (d *Dispatch) startHTTP() {
|
|||
log.Println("[HTTPS] Listening on port", cfg.HTTPS.Port)
|
||||
log.Fatal(httpsSrv.ListenAndServeTLS(cfg.HTTPS.Cert, cfg.HTTPS.Key))
|
||||
} else {
|
||||
cache := certmagic.NewCache(certmagic.FileStorage{
|
||||
cache := certmagic.NewCache(&certmagic.FileStorage{
|
||||
Path: storage.Path.LetsEncrypt(),
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue