mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-15 17:04:27 +00:00
4 lines
131 B
Plaintext
4 lines
131 B
Plaintext
{% if block_exploits == 1 or block_exploits == true %}
|
|
# Block Exploits
|
|
include conf.d/include/block-exploits.conf;
|
|
{% endif %} |