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