8000 fix fail2ban config for postgresql · suryatmodulus/postgres@887bfdf · GitHub
[go: up one dir, main page]

Skip to content

Commit 887bfdf

Browse files
committed
fix fail2ban config for postgresql
1 parent 5b447b4 commit 887bfdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/files/fail2ban_config/jail-postgresql.conf.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ enabled = true
33
port = 5432
44
protocol = tcp
55
filter = postgresql
6-
logpath = /var/lib/postgresql/data/pg_log/postgresql.csv
7-
maxretry = 3
6+
logpath = /var/log/postgresql/postgresql.csv
7+
maxretry = 3

0 commit comments

Comments
 (0)
0