Fix modsecurity configuration file location (#3408)
This commit is contained in:
parent
01a343cd09
commit
debf024921
1 changed files with 3 additions and 3 deletions
|
@ -407,9 +407,9 @@ sh build.sh
|
|||
make
|
||||
make install
|
||||
|
||||
mkdir /etc/modsecurity
|
||||
cp modsecurity.conf-recommended /etc/modsecurity/modsecurity.conf
|
||||
cp unicode.mapping /etc/modsecurity/unicode.mapping
|
||||
mkdir -p /etc/nginx/modsecurity
|
||||
cp modsecurity.conf-recommended /etc/nginx/modsecurity/modsecurity.conf
|
||||
cp unicode.mapping /etc/nginx/modsecurity/unicode.mapping
|
||||
|
||||
# Download owasp modsecurity crs
|
||||
cd /etc/nginx/
|
||||
|
|
Loading…
Reference in a new issue