summaryrefslogtreecommitdiff
path: root/www-apache/modsecurity-crs/files/80_mod_security-crs.conf
blob: c6b767a3cf24dc5f65eef674be65276926ebc1cb (plain)
1
2
3
4
5
6
7
8
<IfDefine SECURITY>
  # Add your custom CRS configuration here. A copy of upstream's
  # crs-setup.conf.example is includes with the documentation of
  # modsecurity-crs.

  # Include the rules AFTER your custom configuration.
  Include /usr/share/modsecurity-crs/rules/*.conf
</IfDefine>