From 7134d36f3a34a11d4fe0d77073cd50b54fe45f53 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Thu, 9 Apr 2020 19:04:54 -0400 Subject: [PATCH] docs: Note that NTLM is now a separate module --- 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 5c8ecf5..b6739f1 100644 --- a/src/docs/markdown/caddyfile/directives/reverse_proxy.md +++ b/src/docs/markdown/caddyfile/directives/reverse_proxy.md @@ -128,7 +128,7 @@ 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 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.