Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1557#discussion_r108296389 --- Diff: doc/admin-guide/plugins/gzip.en.rst --- @@ -162,6 +182,32 @@ might create a configuration with the following options:: disallow /notthis/*.js flush true + # Allows brotli encoded response from origin but is not capable of brotli compression + [brotli.allowed.com] + enabled true + compressible-content-type text/* + compressible-content-type application/json + flush true + supported-algothims gzip,deflate --- End diff -- spelling mistake "supported-algothims" should be "supported-algorithms"
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---