Files
nginx-proxy-manager/src/backend/templates/_exploits.conf
2018-08-17 09:25:59 +10:00

5 lines
135 B
Plaintext

{% if block_exploits == 1 or block_exploits == true -%}
# Block Exploits
include conf.d/include/block-exploits.conf;
{%- endif -%}