Files
nginx-proxy-manager/backend/templates/_brotli.conf
renovate[bot] 9e39ddb26b dep updates/close #674 and parts of #673
Signed-off-by: Zoey <zoey@z0ey.de>
2024-03-03 20:02:44 +01:00

5 lines
126 B
Plaintext

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