Hello,

the origin-server uses brotli compression (nginx) - i switched that server
now to ats (reverse proxy), activated the compression plugin and wrote a
config to enable brotli compression on that server.
unfortunately brotli compression is not done.

so what do i have to enable ?

my records-config contains:

CONFIG proxy.config.http.normalize_ae INT 2

CONFIG proxy.config.http.cache.required_headers INT  2
CONFIG proxy.config.http.cache.ignore_client_no_cache INT 1
---------------------

compress.config:

---------------------
#first, we configure the default/global plugin behaviour
enabled true
remove-accept-encoding true
cache false

compressible-content-type text/*
compressible-content-type *javascript*
compressible-status-code 200,206,304,409

minimum-content-length 860
#supported algorithms
supported-algorithms br,gzip

[w40.core.at]
enabled true
cache true
flush true
supported-algorithms br,gzip
# A reasonable list of content-types that are compressible
compressible-content-type text/*
compressible-content-type *font*
compressible-content-type *javascript
compressible-content-type *json
compressible-content-type *ml;*
compressible-content-type *mpegURL
compressible-content-type *mpegurl
compressible-content-type *otf
compressible-content-type *ttf
compressible-content-type *type
compressible-content-type *xml
compressible-content-type application/eot
compressible-content-type application/pkix-crl
compressible-content-type application/x-httpd-cgi
compressible-content-type application/x-perl
compressible-content-type image/vnd.microsoft.icon
compressible-content-type image/x-icon

-------------------------------------------------
#
# plugin.config
#
# Documentation:
#   
https://docs.trafficserver.apache.org/en/latest/admin-guide/files/plugin.config.en.html
#
# Comments start with a '#' and continue to the end of the line
# Blank lines are ignored
#
# test-plugin.so arg1 arg2 arg3
#
# Example:
#inktomi/iwx/iwx.so
#inktomi/abuse/abuse.so etc/trafficserver/abuse.config
#inktomi/icx/icx.so etc/trafficserver/icx.config
#stats_over_http.so zeig_die_stats_her_oida
/opt/ts/libexec/trafficserver/compress.so
/opt/ts/etc/trafficserver/compress.config
#compress.so 
magick.so
acme.so
#webp_transform.so
--------------------------------------

any ideas ?


kind regards

Juergen




--
Sent from: http://apache-traffic-server.24303.n7.nabble.com/

Reply via email to