mirror of https://github.com/fail2ban/fail2ban
Line added
parent
fee30eab9f
commit
33c10a2c08
|
@ -75,6 +75,7 @@ You can also get and set corresponding parameter individually, using fail2ban cl
|
||||||
fail2ban-client set pam-generic logencoding UTF-8
|
fail2ban-client set pam-generic logencoding UTF-8
|
||||||
fail2ban-client set nginx findtime 10m
|
fail2ban-client set nginx findtime 10m
|
||||||
```
|
```
|
||||||
|
***
|
||||||
**[Q]** How should I correctly modify log file locations other than in the jail settings or messing with master .conf files?<br/>
|
**[Q]** How should I correctly modify log file locations other than in the jail settings or messing with master .conf files?<br/>
|
||||||
**[A]** To make a modification to the default log file locations you should create a .local file of paths-common.conf or paths-debian.com (whichever you are using in jail.local) and make changes only in your .local files which keeps it nicely structured for your jail(s) settings and avoids problems when Fail2Ban is updated<br/>
|
**[A]** To make a modification to the default log file locations you should create a .local file of paths-common.conf or paths-debian.com (whichever you are using in jail.local) and make changes only in your .local files which keeps it nicely structured for your jail(s) settings and avoids problems when Fail2Ban is updated<br/>
|
||||||
|
|
Loading…
Reference in New Issue