Files
nginx-proxy-manager/backend/templates/_brotli.conf

4 lines
95 B
Plaintext

{% if http2_support -%}
# Enable Brotli
include conf.d/include/brotli.conf;
{% endif %}