From 4329a9af5a2a98f4dc0cdfd1ca10616420bfd186 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Tue, 5 May 2020 21:17:10 +0500 Subject: [PATCH] DOC: assorted typo fixes in the documentation This is the 8th round of cleanups in various docs --- doc/configuration.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 0d4e295..534dca0 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -7722,12 +7722,12 @@ no option logasap Using "option logasap", the log message is created as soon as the server connection is established in mode tcp, or as soon as the server sends the complete headers in mode http. Missing information in the logs will be the - total number of bytes which will only indicate the amount of data transfered + total number of bytes which will only indicate the amount of data transferred before the message was created and the total time which will not take the remainder of the connection life or transfer time into account. For the case of HTTP, it is good practice to capture the Content-Length response header so that the logs at least indicate how many bytes are expected to be - transfered. + transferred. Examples : listen http_proxy 0.0.0.0:80 @@ -12636,7 +12636,7 @@ check proxy-protocol header, etc... ). It is possible to change the destination address using "addr" and the port using "port". When done, it is assumed the server isn't checked on the service port, and configured encapsulation - parameters are not reused. One must explicitely set "check-send-proxy" to send + parameters are not reused. One must explicitly set "check-send-proxy" to send connection headers, "check-ssl" to use SSL/TLS. When "sni" or "alpn" are set on the server line, their value is not used for -- 1.7.10.4