mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-28 14:43:48 +03:00
b0d5c2c8ae
* implement default values for header directive closes #3804 * remove `set_default` header op and rely on "require" handler instead This has the following advantages over the previous attempt: - It does not introduce a new operation for headers, but rather nicely extends over an existing feature in the header handler. - It removes the need to specify the header as "deferred" because it is already implicitely deferred by the use of the require handler. This should be less confusing to the user. * add integration test for header directive in caddyfile * bubble up errors when parsing caddyfile header directive * don't export unnecessarily and don't canonicalize headers unnecessarily * fix response headers not passed in blocks * caddyfile: fix clash when using default header in block Each header is now set in a separate handler so that it doesn't clash with other headers set/added/deleted in the same block. * caddyhttp: New idle_timeout default of 5m * reverseproxy: fix random hangs on http/2 requests with server push (#3875) see https://github.com/golang/go/issues/42534 * Refactor and cleanup with improvements * More specific link Co-authored-by: Matthew Holt <mholt@users.noreply.github.com> Co-authored-by: Денис Телюх <telyukh.denis@gmail.com> |
||
---|---|---|
.. | ||
auto_https_disable_redirects.txt | ||
auto_https_off.txt | ||
global_options.txt | ||
global_options_acme.txt | ||
global_options_admin.txt | ||
handle_path.txt | ||
handle_path_sorting.txt | ||
header.txt | ||
http_only_on_any_address.txt | ||
http_only_on_domain.txt | ||
http_only_on_localhost.txt | ||
http_only_on_non_standard_port.txt | ||
https_on_domain.txt | ||
import_args_file.txt | ||
import_args_snippet.txt | ||
log_filters.txt | ||
log_roll_days.txt | ||
matcher_syntax.txt | ||
matchers_in_route.txt | ||
not_block_merging.txt | ||
php_fastcgi_expanded_form.txt | ||
php_fastcgi_index_off.txt | ||
php_fastcgi_matcher.txt | ||
php_fastcgi_subdirectives.txt | ||
portless_upstream.txt | ||
request_body.txt | ||
reverse_proxy_empty_non_http_transport.txt | ||
reverse_proxy_options.txt | ||
shorthand_parameterized_placeholders.txt | ||
sort_directives_with_any_matcher_first.txt | ||
tls_automation_policies.txt | ||
tls_client_auth_cert_file.txt | ||
tls_client_auth_inline_cert.txt |