mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 11:47:12 -04:00
Update src/docs/markdown/caddyfile/directives/reverse_proxy.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
parent
7504181259
commit
ff5a969d2e
1 changed files with 4 additions and 4 deletions
|
@ -140,11 +140,11 @@ Caddy's proxy **transport** is pluggable:
|
|||
transport http {
|
||||
read_buffer <size>
|
||||
write_buffer <size>
|
||||
max_response_header <size>
|
||||
max_response_header <size>
|
||||
dial_timeout <duration>
|
||||
dial_fallback_delay <duration>
|
||||
response_header_timeout <duration>
|
||||
expect_continue_timeout <duration>
|
||||
dial_fallback_delay <duration>
|
||||
response_header_timeout <duration>
|
||||
expect_continue_timeout <duration>
|
||||
tls
|
||||
tls_client_auth <automate_name> | <cert_file> <key_file>
|
||||
tls_insecure_skip_verify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue