From 26253f7b7d5ea509969f467742fb08dbcf8c7908 Mon Sep 17 00:00:00 2001 From: "Serg G. Brester" Date: Thu, 16 Mar 2017 12:17:01 +0100 Subject: [PATCH] Updated Properly fail2ban configuration (markdown) --- Properly-fail2ban-configuration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Properly-fail2ban-configuration.md b/Properly-fail2ban-configuration.md index 2d4020e..709f90c 100644 --- a/Properly-fail2ban-configuration.md +++ b/Properly-fail2ban-configuration.md @@ -96,7 +96,6 @@ Now if you want for example an Nginx filter to read all your Nginx Access Logs f Edit the line in `paths-common.local` or `paths-debian.local` (whichever you are using) and add the entry with `nginx_access_log` line as follows
`[DEFAULT]`
`nginx_access_log = /var/log/nginx/*access*.log`
-
Then in your jail you would rather use
`logpath = %(nginx_access_log)s`