mirror of
https://github.com/caddyserver/website.git
synced 2025-06-22 06:00:34 -04:00
docs: Note that NTLM is now a separate module
This commit is contained in:
parent
0480b129f0
commit
7134d36f3a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
- **read_buffer** is the size of the read buffer in bytes.
|
||||||
- **write_buffer** is the size of the write buffer in bytes.
|
- **write_buffer** is the size of the write buffer in bytes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue