From c23b475dd3a1fe200260d2f0e66d003897638cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Zipitr=C3=ADa?= <3012076+fzipi@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:14:49 -0300 Subject: [PATCH] docs: add plugins comment --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 203a94f..4da29b1 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,10 @@ To build a specific target for a single platform only (replace target and platfo ```bash docker buildx bake -f docker-bake.hcl --set "*.platform=linux/amd64" caddy-alpine +## Adding CRS Plugins + +To add CRS Plugins, download and decompress the plugin to a directory of your choice. Then start the container bind mounting the directory to `/opt/coraza/owasp-crs/plugins`. + ## Advanced Configuration If you prefer to configure Caddy and/or Coraza yourself there are multiple options.