mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-15 17:57:08 +02:00
some renames
This commit is contained in:
parent
a0e0d2d335
commit
e85f21ed2e
3 changed files with 38 additions and 37 deletions
server
|
@ -27,7 +27,7 @@ func SetupServer(handler fasthttp.RequestHandler) *fasthttp.Server {
|
|||
}
|
||||
}
|
||||
|
||||
func SetupHttpACMEChallengeServer(challengeCache cache.SetGetKey) *fasthttp.Server {
|
||||
func SetupHTTPACMEChallengeServer(challengeCache cache.SetGetKey) *fasthttp.Server {
|
||||
challengePath := []byte("/.well-known/acme-challenge/")
|
||||
|
||||
return &fasthttp.Server{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue