mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 16:03:38 +00:00
5 lines
126 B
Plaintext
5 lines
126 B
Plaintext
{% if http2_support == 1 or http2_support == true -%}
|
|
# Enable Brotli
|
|
include conf.d/include/brotli.conf;
|
|
{% endif %}
|