Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Do I need to download any ruleset? #143

Open
dannykorpan opened this issue Mar 25, 2024 · 3 comments
Open

[Question] Do I need to download any ruleset? #143

dannykorpan opened this issue Mar 25, 2024 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@dannykorpan
Copy link

Hi,

I'm using Caddyserver through a docker-compose.yml and a custom build via a Dockerfile to enable Coraza-Caddy. If I'm incorporating this, for example, from your configuration, into my custom Caddyfile, do I need to mount the rulesets via a Docker volume?

:8080 {
 coraza_waf {
  load_owasp_crs
  directives `
   Include @coraza.conf-recommended
   Include @crs-setup.conf.example
   Include @owasp_crs/*.conf
   SecRuleEngine On
  `
 }

 reverse_proxy httpbin:8081
}

Kind regards and thanks in advance
Danny

@jcchavezs
Copy link
Member

Nope, by using load_owasp_crs you already load CRS

@ti-guru
Copy link

ti-guru commented May 4, 2024

@jcchavezs How would you install plugins? I would like to add the Nextcloud rule exclusion plugin.

@jcchavezs
Copy link
Member

jcchavezs commented May 11, 2024 via email

@fzipi fzipi added the documentation Improvements or additions to documentation label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants