Does the current version of ESP support a brotli compression through nginx at this moment in time? There is a brotli filter available here
|
#if (NGX_HTTP_BROTLI_FILTER) |
-- but does it require a custom nginx module to be built, or is this already included in the latest version of ESP?
Does the current version of ESP support a brotli compression through nginx at this moment in time? There is a brotli filter available here
esp/src/nginx/main/ngx_modules.c
Line 218 in 8a6138e