Skip to content

Commit 84f421a

Browse files
Merge pull request #1175 from Measurity/patch-1
Added note to add ", chain=DOCKER-USER" to the fail2ban jail action if using docker networks
2 parents d38c149 + 5b10cd6 commit 84f421a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/config.md

+2
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,8 @@ and [here](https://easyengine.io/tutorials/nginx/block-wp-login-php-bruteforce-a
12431243
maxretry = 10
12441244
```
12451245

1246+
!!! info If you run nginx in a container, append `, chain=DOCKER-USER` to the jail.local action.
1247+
12461248
## Health checks
12471249
A preliminary health check API endpoint is exposed at `/v1/health`. The endpoint returns a `json` response in the format shown below.
12481250
If a non-200 HTTP status code is returned or if the returned `healthy` field is `false` the ntfy service should be considered as unhealthy.

0 commit comments

Comments
 (0)