From f1b43f3c283490d4648daca0463cfae909a5f71e Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Thu, 9 Apr 2020 19:51:24 -0400 Subject: [PATCH] Update reverse_proxy.md --- src/docs/markdown/caddyfile/directives/reverse_proxy.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/docs/markdown/caddyfile/directives/reverse_proxy.md b/src/docs/markdown/caddyfile/directives/reverse_proxy.md index b6739f1..0a81cae 100644 --- a/src/docs/markdown/caddyfile/directives/reverse_proxy.md +++ b/src/docs/markdown/caddyfile/directives/reverse_proxy.md @@ -111,7 +111,7 @@ Caddy's proxy **transport** is pluggable: - **transport** defines how to communicate with the backend. Default is `http`. -The `http` and `http_ntlm` transports can look like this: +The `http` transport can look like this: ``` transport http { @@ -128,8 +128,6 @@ transport http { } ``` -The `http_ntlm` transport is identical to the `http` transport, but the HTTP version is always 1.1, and Keep-Alive is always disabled. The `http_ntlm` transport must be compiled as a [separate module](https://github.com/caddyserver/ntlm-transport). - - **read_buffer** is the size of the read buffer in bytes. - **write_buffer** is the size of the write buffer in bytes. - **dial_timeout** is how long to wait when connecting to the upstream socket.