Skip to content

Commit

Permalink
Merge pull request #1175 from Measurity/patch-1
Browse files Browse the repository at this point in the history
Added note to add ", chain=DOCKER-USER" to the fail2ban jail action if using docker networks
  • Loading branch information
binwiederhier authored Sep 29, 2024
2 parents d38c149 + 5b10cd6 commit 84f421a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,8 @@ and [here](https://easyengine.io/tutorials/nginx/block-wp-login-php-bruteforce-a
maxretry = 10
```

!!! info If you run nginx in a container, append `, chain=DOCKER-USER` to the jail.local action.

## Health checks
A preliminary health check API endpoint is exposed at `/v1/health`. The endpoint returns a `json` response in the format shown below.
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.
Expand Down

0 comments on commit 84f421a

Please sign in to comment.