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`