mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-22 20:09:45 +00:00
Nginx templates
This commit is contained in:
4
src/backend/templates/_exploits.conf
Normal file
4
src/backend/templates/_exploits.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
{% if block_exploits == 1 or block_exploits == true -%}
|
||||
# Block Exploits
|
||||
include conf.d/include/block-exploits.conf;
|
||||
{%- endif -%}
|
||||
Reference in New Issue
Block a user