mirror of
https://github.com/caddyserver/caddy.git
synced 2026-01-17 01:30:34 +00:00
Some misc. cleanup
The fastcgi changes came from v1 which don't make sense in v2. Fix comment about default value in reverse proxy keep alive.
This commit is contained in:
@@ -411,7 +411,7 @@ type KeepAlive struct {
|
||||
// Maximum number of idle connections. Default: 0, which means no limit.
|
||||
MaxIdleConns int `json:"max_idle_conns,omitempty"`
|
||||
|
||||
// Maximum number of idle connections per host. Default: 0, which uses Go's default of 2.
|
||||
// Maximum number of idle connections per host. Default: 32.
|
||||
MaxIdleConnsPerHost int `json:"max_idle_conns_per_host,omitempty"`
|
||||
|
||||
// How long connections should be kept alive when idle. Default: 0, which means no timeout.
|
||||
|
||||
Reference in New Issue
Block a user