Compare commits
2 Commits
mitigation
...
mitigation
Author | SHA1 | Date | |
---|---|---|---|
edb35ef576 | |||
c6cfee9cc1 |
@ -1,10 +1,9 @@
|
||||
|
||||
# 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/nexos/mitigation/archive/mitigation-0.04.zip --force
|
||||
```
|
||||
|
||||
## Enable nginx mitigations
|
||||
@ -23,6 +22,7 @@ server {
|
||||
```
|
||||
|
||||
## Remove "Server: nginx" at http headers
|
||||
|
||||
```
|
||||
apt install libnginx-mod-http-headers-more-filter
|
||||
```
|
||||
@ -36,6 +36,7 @@ http {
|
||||
```
|
||||
|
||||
Y después:
|
||||
|
||||
```
|
||||
service nginx reload
|
||||
```
|
Reference in New Issue
Block a user