diff --git a/doc/configuration.txt b/doc/configuration.txt index 2ba570ea9..208f98784 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -888,9 +888,9 @@ The list of currently supported predicates is the following: - enabled() : returns true if the option is enabled at run-time. Only a subset of options are supported: - POLL, EPOLL, KQUEUE, EVPORTS, SPLICE, - GETADDRINFO, REUSEPORT, FAST-FORWARD, - SERVER-SSL-VERIFY-NONE + POLL, EPOLL, KQUEUE, EVPORTS, SPLICE, + GETADDRINFO, REUSEPORT, FAST-FORWARD, + SERVER-SSL-VERIFY-NONE Example: @@ -5452,7 +5452,7 @@ errorfiles [ ...] Example : errorfiles generic - errorfiles site-1 403 404 + errorfiles site-1 403 404 errorloc @@ -6057,7 +6057,7 @@ http-check comment http-check connect [default] [port ] [addr ] [send-proxy] [via-socks4] [ssl] [sni ] [alpn ] [linger] - [proto ] [comment ] + [proto ] [comment ] Opens a new connection to perform an HTTP health check May be used in sections : defaults | frontend | listen | backend yes | no | yes | yes @@ -7181,7 +7181,7 @@ http-request replace-value http-request return [status ] [content-type ] [ { default-errorfiles | errorfile | errorfiles | file | lf-file | string | lf-string } ] - [ hdr ]* + [ hdr ]* [ { if | unless } ] This stops the evaluation of the rules and immediately returns a response. The @@ -8004,7 +8004,7 @@ http-response replace-value http-response return [status ] [content-type ] [ { default-errorfiles | errorfile | errorfiles | file | lf-file | string | lf-string } ] - [ hdr ]* + [ hdr ]* [ { if | unless } ] This stops the evaluation of the rules and immediately returns a @@ -9152,7 +9152,7 @@ no option forwarded Default behavior enables proto parameter and injects original client ip. The equivalent explicit/manual configuration would be: - option forwarded proto for + option forwarded proto for The keyword 'by' is used to enable 'by' parameter ("nodename") in forwarded header. It allows to embed request proxy information. @@ -11061,9 +11061,9 @@ retry-on [space-delimited list of keywords] all-retryable-errors retry request for any error that are considered - retryable. This currently activates "conn-failure", - "empty-response", "junk-response", "response-timeout", - "0rtt-rejected", "500", "502", "503", and "504". + retryable. This currently activates "conn-failure", + "empty-response", "junk-response", "response-timeout", + "0rtt-rejected", "500", "502", "503", and "504". Using this directive replaces any previous settings with the new ones; it is not cumulative.