]> Sergey Matveev's repositories - godlighty.git/commitdiff
Fixed example's obsolete field
authorSergey Matveev <stargrave@stargrave.org>
Thu, 23 Mar 2023 11:04:01 +0000 (14:04 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 23 Mar 2023 12:13:18 +0000 (15:13 +0300)
rc/example.cfg/blog.stargrave.org.go

index 6af0a6950c930dec3145c348c00092f01240fb81..57808ddf0fadb571885c00193c018c5ace0d35ef 100644 (file)
@@ -16,7 +16,7 @@ func init() {
        host := "blog.stargrave.org"
        godlighty.Hosts[host] = &godlighty.HostCfg{
                Root: path.Join(WWW, host),
-               TLS:  newTLSCfg(host),
+               EdDSATLS:  newTLSCfg(host),
                Hooks: []godlighty.Hook{
                        func(w http.ResponseWriter, r *http.Request) bool {
                                var t string