nginx-proxy-manager/backend/templates/_brotli.conf
2024-10-20 19:48:53 +02:00

4 lines
97 B
Text

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