nginx-proxy-manager-zh/src/backend/templates/_exploits.conf
2018-08-17 13:52:47 +10:00

4 lines
131 B
Plaintext

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