From: Amos Jeffries Date: Fri, 26 Jul 2013 05:21:29 +0000 (-0600) Subject: Docs: Update http(s)_port protocol= details X-Git-Tag: SQUID_3_5_0_1~683 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9f60805a2158ffcca607770be4f9f1e238d6ddc;p=thirdparty%2Fsquid.git Docs: Update http(s)_port protocol= details --- diff --git a/src/cf.data.pre b/src/cf.data.pre index b08964493e..f46459a465 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1627,9 +1627,12 @@ DOC_START no-vhost Disable using HTTP/1.1 Host header for virtual domain support. - protocol= Protocol to reconstruct accelerated requests with. - Defaults to http for http_port and https for - https_port + protocol= Protocol to reconstruct accelerated and intercepted + requests with. Defaults to HTTP/1.1 for http_port and + HTTPS/1.1 for https_port. + When an unsupported value is configured Squid will + produce a FATAL error. + Values: HTTP or HTTP/1.1, HTTPS or HTTPS/1.1 vport Virtual host port support. Using the http_port number instead of the port passed on Host: headers.