From 892e5336948a96cfcc50249dc4965e853a698851 Mon Sep 17 00:00:00 2001 From: thelittlefireman Date: Wed, 25 Aug 2021 22:32:47 +0200 Subject: [PATCH 1/3] Missmatch in docs with modsec folder --- docs/special_folders.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/special_folders.md b/docs/special_folders.md index 2dfb6aa..aca5bf6 100644 --- a/docs/special_folders.md +++ b/docs/special_folders.md @@ -46,7 +46,7 @@ Examples : ## ModSecurity configurations -This special folder contains .conf files that will be loaded by ModSecurity before the OWASP Core Rule Set is loaded. The typical use case is when you want to specify exclusions for the CRS. +This special folder contains .conf files that will be loaded by ModSecurity after the OWASP Core Rule Set is loaded. The typical use case is when you want to specify exclusions for the CRS. Location (container) : `/modsec-confs` Location (Linux) : `/opt/bunkerized-nginx/modsec-confs` @@ -59,7 +59,7 @@ Examples : ## CRS configurations -This special folder contains .conf file that will be loaded by ModSecurity after the OWASP Core Rule Set is loaded. The typical use case is to edit loaded CRS rules to avoid false positives. +This special folder contains .conf file that will be loaded by ModSecurity before the OWASP Core Rule Set is loaded. The typical use case is to edit loaded CRS rules to avoid false positives. Location (container) : `/modsec-crs-confs` Location (Linux) : `/opt/bunkerized-nginx/modsec-crs-confs` From 29f4069de77e541dd5955ec225d06a226fa8f22b Mon Sep 17 00:00:00 2001 From: Florian Pitance <54334437+fl0ppy-d1sk@users.noreply.github.com> Date: Mon, 30 Aug 2021 21:12:59 +0200 Subject: [PATCH 2/3] switch the use cases --- docs/special_folders.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/special_folders.md b/docs/special_folders.md index aca5bf6..db6d6a9 100644 --- a/docs/special_folders.md +++ b/docs/special_folders.md @@ -46,7 +46,7 @@ Examples : ## ModSecurity configurations -This special folder contains .conf files that will be loaded by ModSecurity after the OWASP Core Rule Set is loaded. The typical use case is when you want to specify exclusions for the CRS. +This special folder contains .conf files that will be loaded by ModSecurity after the OWASP Core Rule Set is loaded. The typical use case is to edit loaded CRS rules to avoid false positives. Location (container) : `/modsec-confs` Location (Linux) : `/opt/bunkerized-nginx/modsec-confs` @@ -59,8 +59,7 @@ Examples : ## CRS configurations -This special folder contains .conf file that will be loaded by ModSecurity before the OWASP Core Rule Set is loaded. The typical use case is to edit loaded CRS rules to avoid false positives. - +This special folder contains .conf file that will be loaded by ModSecurity before the OWASP Core Rule Set is loaded. The typical use case is when you want to specify exclusions for the CRS. Location (container) : `/modsec-crs-confs` Location (Linux) : `/opt/bunkerized-nginx/modsec-crs-confs` Multisite : `yes` From 35df3423d0ca940b5fea7386f07065af93b74868 Mon Sep 17 00:00:00 2001 From: Florian Pitance <54334437+fl0ppy-d1sk@users.noreply.github.com> Date: Mon, 30 Aug 2021 21:14:04 +0200 Subject: [PATCH 3/3] missing blank line --- docs/special_folders.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/special_folders.md b/docs/special_folders.md index db6d6a9..245ac29 100644 --- a/docs/special_folders.md +++ b/docs/special_folders.md @@ -60,6 +60,7 @@ Examples : ## CRS configurations This special folder contains .conf file that will be loaded by ModSecurity before the OWASP Core Rule Set is loaded. The typical use case is when you want to specify exclusions for the CRS. + Location (container) : `/modsec-crs-confs` Location (Linux) : `/opt/bunkerized-nginx/modsec-crs-confs` Multisite : `yes`