Matthew Holt
4 years ago
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with
4 additions and
2 deletions
-
caddytest/integration/caddyfile_adapt/reverse_proxy_options.txt
|
@ -21,7 +21,7 @@ https://example.com { |
|
|
versions h2c 2 |
|
|
versions h2c 2 |
|
|
compression off |
|
|
compression off |
|
|
max_conns_per_host 5 |
|
|
max_conns_per_host 5 |
|
|
max_idle_conns_per_host 2 |
|
|
keepalive_idle_conns_per_host 2 |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@ -79,8 +79,10 @@ https://example.com { |
|
|
"dial_fallback_delay": 5000000000, |
|
|
"dial_fallback_delay": 5000000000, |
|
|
"dial_timeout": 3000000000, |
|
|
"dial_timeout": 3000000000, |
|
|
"expect_continue_timeout": 9000000000, |
|
|
"expect_continue_timeout": 9000000000, |
|
|
|
|
|
"keep_alive": { |
|
|
|
|
|
"max_idle_conns_per_host": 2 |
|
|
|
|
|
}, |
|
|
"max_conns_per_host": 5, |
|
|
"max_conns_per_host": 5, |
|
|
"max_idle_conns_per_host": 2, |
|
|
|
|
|
"max_response_header_size": 30000000, |
|
|
"max_response_header_size": 30000000, |
|
|
"protocol": "http", |
|
|
"protocol": "http", |
|
|
"read_buffer_size": 10000000, |
|
|
"read_buffer_size": 10000000, |
|
|