mirror of
https://github.com/nxshock/gonx.git
synced 2025-06-30 23:43:35 +05:00
Удаление неактуального комментария
This commit is contained in:
parent
4c779d0954
commit
9447891759
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -66,7 +66,7 @@ func main() {
|
|||
smux := http.NewServeMux()
|
||||
smux.Handle(defaultAcmeChallengePath, http.StripPrefix(defaultAcmeChallengePath, http.FileServer(http.Dir(config.AcmeChallengePath))))
|
||||
smux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
|
||||
http.Redirect(w, r, "https://"+r.Host+r.RequestURI, http.StatusMovedPermanently) // TODO: заполнить URL переадресации
|
||||
http.Redirect(w, r, "https://"+r.Host+r.RequestURI, http.StatusMovedPermanently)
|
||||
})
|
||||
httpServer := http.Server{Handler: smux}
|
||||
httpServer.Addr = config.HttpListenAddr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue