From fc3da2d9b761248a51b6c858b5c7c1da73d7b722 Mon Sep 17 00:00:00 2001 From: 2803 MEDIA Date: Wed, 25 Sep 2024 11:57:15 +0200 Subject: [PATCH] Update README.md add modsecurity for apache --- reverse-proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverse-proxy/README.md b/reverse-proxy/README.md index 44bf5d8..17f6e23 100644 --- a/reverse-proxy/README.md +++ b/reverse-proxy/README.md @@ -46,7 +46,7 @@ $ sudo systemctl restart apache2 $ sudo certbot --apache ``` #### Apache2 Modsecurity -Modsecurity block with CRS the "plain/text" used by Plausible and ".com" in headers so if you use Modsecurity as a Waff to your Apache2 configuration you will need to add some custom rules in order to not block Plausible. Here are some rules, feel free to adapt to your specific case: +Modsecurity block with CRS the `plain/text` used by Plausible and `.com` in headers so if you use Modsecurity as a Waff to your Apache2 configuration you will need to add some custom rules in order to not block Plausible. Here are some rules, feel free to adapt to your specific case: ```shell # Autoriser text/plain pour la route /api/event