Ticket #49026: patch-config-fail2ban.conf.diff
File patch-config-fail2ban.conf.diff, 1.1 KB (added by fclaire@…, 9 years ago) |
---|
-
config/fail2ban.conf
old new 46 46 # communicate with the server afterwards. 47 47 # Values: [ FILE ] Default: /var/run/fail2ban/fail2ban.sock 48 48 # 49 socket = /var/run/fail2ban/fail2ban.sock49 socket = @@PREFIX@@/var/run/fail2ban/fail2ban.sock 50 50 51 51 # Option: pidfile 52 52 # Notes.: Set the PID file. This is used to store the process ID of the 53 53 # fail2ban server. 54 54 # Values: [ FILE ] Default: /var/run/fail2ban/fail2ban.pid 55 55 # 56 pidfile = /var/run/fail2ban/fail2ban.pid56 pidfile = @@PREFIX@@/var/run/fail2ban/fail2ban.pid 57 57 58 58 # Options: dbfile 59 59 # Notes.: Set the file for the fail2ban persistent data to be stored. … … 61 61 # and data is lost when fail2ban is stopped. 62 62 # A value of "None" disables the database. 63 63 # Values: [ None :memory: FILE ] Default: /var/lib/fail2ban/fail2ban.sqlite3 64 dbfile = /var/lib/fail2ban/fail2ban.sqlite364 dbfile = @@PREFIX@@/var/run/fail2ban/fail2ban.sqlite3 65 65 66 66 # Options: dbpurgeage 67 67 # Notes.: Sets age at which bans should be purged from the database