From c6cfee9cc169d96b2976b7bbefa6e716cd6314af Mon Sep 17 00:00:00 2001 From: n3storm Date: Thu, 26 Jun 2025 05:59:40 +0000 Subject: [PATCH] command force --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d2a182..cf615f7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Plugin for attacks mitigation -## Install plugin and enable +## Install plugin and enable (force update also) ``` -wp plugin install --activate https://s.getcloud.info/n3storm/mitigation/archive/mitigation-0.03.zip +wp plugin install --activate https://s.getcloud.info/n3storm/mitigation/archive/mitigation-0.03.zip --force ``` ## Enable nginx mitigations @@ -23,6 +23,7 @@ server { ``` ## Remove "Server: nginx" at http headers + ``` apt install libnginx-mod-http-headers-more-filter ``` @@ -36,6 +37,7 @@ http { ``` Y después: + ``` service nginx reload ``` \ No newline at end of file