nginx-proxy-manager/backend/templates/_exploits.conf

4 lines
131 B
Plaintext
Raw Normal View History

2019-08-17 09:01:00 +00:00
{% if block_exploits == 1 or block_exploits == true %}
2018-08-16 23:25:59 +00:00
# Block Exploits
include conf.d/include/block-exploits.conf;
2019-08-17 09:01:00 +00:00
{% endif %}