Skip to content

Commit e4ec08e

Browse files
committed
Couple of minor docs tweaks
1 parent 03ab55b commit e4ec08e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ _**Note:** These steps [will not embed proper version information](https://githu
5353

5454
Requirements:
5555

56-
- [Go 1.13 or newer](https://golang.org/dl/)
56+
- [Go 1.14 or newer](https://golang.org/dl/)
5757
- Do NOT disable [Go modules](https://github.com/golang/go/wiki/Modules) (`export GO111MODULE=auto`)
5858

5959
Download the `v2` source code:

modules/caddyhttp/server.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ type Server struct {
9494
// client authentication.
9595
StrictSNIHost *bool `json:"strict_sni_host,omitempty"`
9696

97-
// Logs customizes how access logs are handled in this server.
97+
// Customizes how access logs are handled in this server. To
98+
// minimally enable access logs, simply set this to a non-null,
99+
// empty struct.
98100
Logs *ServerLogConfig `json:"logs,omitempty"`
99101

100102
// Enable experimental HTTP/3 support. Note that HTTP/3 is not a

0 commit comments

Comments
 (0)