From fa01a070e897288f34d7a8bc04dd1c67fb5beee5 Mon Sep 17 00:00:00 2001 From: Francesco Pepe Date: Thu, 17 Nov 2022 22:37:53 +0000 Subject: [PATCH] Fix reverseproxy http transport documentation with the actual default value. --- src/docs/markdown/caddyfile/directives/reverse_proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/reverse_proxy.md b/src/docs/markdown/caddyfile/directives/reverse_proxy.md index 802d083..5f5acfb 100644 --- a/src/docs/markdown/caddyfile/directives/reverse_proxy.md +++ b/src/docs/markdown/caddyfile/directives/reverse_proxy.md @@ -469,7 +469,7 @@ transport http { - **max_response_header** is the maximum amount of bytes to read from response headers. It accepts all formats supported by [go-humanize](https://github.com/dustin/go-humanize/blob/master/bytes.go). Default: `10MiB`. -- **dial_timeout** is the maximum [duration](/docs/conventions#durations) to wait when connecting to the upstream socket. Default: No timeout. +- **dial_timeout** is the maximum [duration](/docs/conventions#durations) to wait when connecting to the upstream socket. Default: `3s`. - **dial_fallback_delay** is the maximum [duration](/docs/conventions#durations) to wait before spawning an RFC 6555 Fast Fallback connection. A negative value disables this. Default: `300ms`.