mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-18 14:38:42 +00:00
4 lines
No EOL
146 B
Text
4 lines
No EOL
146 B
Text
{% if USE_MODSECURITY == "yes" +%}
|
|
modsecurity on;
|
|
modsecurity_rules_file {{ NGINX_PREFIX }}server-http/modsecurity-rules.conf.modsec;
|
|
{% endif %} |