mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
some renames
This commit is contained in:
parent
a0e0d2d335
commit
e85f21ed2e
3 changed files with 38 additions and 37 deletions
|
@ -80,7 +80,7 @@ func Serve(ctx *cli.Context) error {
|
|||
dnsLookupCache, canonicalDomainCache, branchTimestampCache, fileResponseCache)
|
||||
|
||||
fastServer := server.SetupServer(handler)
|
||||
httpServer := server.SetupHttpACMEChallengeServer(challengeCache)
|
||||
httpServer := server.SetupHTTPACMEChallengeServer(challengeCache)
|
||||
|
||||
// Setup listener and TLS
|
||||
log.Info().Msgf("Listening on https://%s", listeningAddress)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue