diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-10-31 19:33:46 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-10-31 19:34:05 +0100 |
commit | 1fa5fedf16d2c8de762089985e467242a2d56222 (patch) | |
tree | 07700d125b29de9eda0917a3f72775f6d2e99050 /www-apache | |
parent | www-apache/mod_security: Drop old (diff) | |
download | gentoo-1fa5fedf16d2c8de762089985e467242a2d56222.tar.gz gentoo-1fa5fedf16d2c8de762089985e467242a2d56222.tar.bz2 gentoo-1fa5fedf16d2c8de762089985e467242a2d56222.zip |
www-apache/modsecurity-crs: Readd wrongly dropped files
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/modsecurity-crs/files/80_mod_security-crs.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www-apache/modsecurity-crs/files/80_mod_security-crs.conf b/www-apache/modsecurity-crs/files/80_mod_security-crs.conf new file mode 100644 index 000000000000..c6b767a3cf24 --- /dev/null +++ b/www-apache/modsecurity-crs/files/80_mod_security-crs.conf @@ -0,0 +1,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> |