mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-22 11:59:45 +00:00
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
{% if block_exploits == 1 or block_exploits == true -%}
|
|
# Block Exploits
|
|
include conf.d/include/block-exploits.conf;
|
|
{%- endif -%}
|