]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_brotli: Properly describe the "no-brotli" environment variable in
authorEvgeny Kotkov <kotkov@apache.org>
Mon, 10 Apr 2017 15:59:56 +0000 (15:59 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Mon, 10 Apr 2017 15:59:56 +0000 (15:59 +0000)
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

docs/manual/mod/mod_brotli.xml

index e84fdad4ef5c30fa0df04e12d471aa61f7029c6e..36c597c27fecc903697b732379aac3929c963299 100644 (file)
@@ -90,8 +90,8 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-brotli
       <note><title>Note</title>
         There is an environment variable <code>no-brotli</code>,
         set via <directive module="mod_env">SetEnv</directive>, 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.
       </note>
 
     </section>