Commit 047c29c2 authored by Evgeny Kotkov's avatar Evgeny Kotkov
Browse files

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
parent 465a5931
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>