Hey, > so how does this interact or conflict with gzip static/gzip ? do we need to > turn off gzip/gzip static in nginx to use brotli or can both be enabled ?
Brotli wins, but both can co-exist. That is, with both modules enabled, Brotli will be used for clients supporting it (as determined by presence of "Accept-Encoding: br"), and gzip will be used for clients not supporting Brotli, but supporting gzip. Best regards, Piotr Sikora _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx