Couple of minor docs tweaks

This commit is contained in:
Matthew Holt
2020-02-27 21:08:21 -07:00
parent 03ab55b51a
commit e4ec08e977
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -94,7 +94,9 @@ type Server struct {
// client authentication.
StrictSNIHost *bool `json:"strict_sni_host,omitempty"`
// Logs customizes how access logs are handled in this server.
// Customizes how access logs are handled in this server. To
// minimally enable access logs, simply set this to a non-null,
// empty struct.
Logs *ServerLogConfig `json:"logs,omitempty"`
// Enable experimental HTTP/3 support. Note that HTTP/3 is not a