From: William Lallemand Date: Mon, 30 Sep 2019 11:54:02 +0000 (+0200) Subject: DOC: replace utf-8 quotes by ascii ones X-Git-Tag: v2.1-dev2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93e548ea26f9a78a2a626231caf17308db9307cb;p=thirdparty%2Fhaproxy.git DOC: replace utf-8 quotes by ascii ones 947771b ("MINOR: doc: Add documentation about the FastCGI support") introduced some UTF-8 in configuration.txt. Replace the UTF-8 quotes by ASCII. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index e5a249736d..8688996e68 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -18049,8 +18049,8 @@ no option get-values * FCGI_MAX_REQS The maximum number of concurrent requests this application will accept. - * FCGI_MPXS_CONNS “0” if this application does not multiplex connections, - “1” otherwise. + * FCGI_MPXS_CONNS "0" if this application does not multiplex connections, + "1" otherwise. Some FastCGI applications does not support this feature. Some others close the connexion immediately after sending their response. So, by default, this