From: Evgeny Kotkov Date: Mon, 10 Apr 2017 15:59:56 +0000 (+0000) Subject: mod_brotli: Properly describe the "no-brotli" environment variable in X-Git-Tag: 2.5.0-alpha~482 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c861c443cd2f60b9650c4c3f3e4edbb26424459;p=thirdparty%2Fapache%2Fhttpd.git mod_brotli: Properly describe the "no-brotli" environment variable in the documentation. The previous description explained the semantics of this variable as if it has been a (non-existing) "force-brotli". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1790868 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_brotli.xml b/docs/manual/mod/mod_brotli.xml index e84fdad4ef5..36c597c27fe 100644 --- a/docs/manual/mod/mod_brotli.xml +++ b/docs/manual/mod/mod_brotli.xml @@ -90,8 +90,8 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-brotli Note There is an environment variable no-brotli, set via SetEnv, which - will ignore the accept-encoding setting of your browser and will - send compressed output. + will disable brotli compression for a particular request, even if + it is supported by the client.