31 lines
500 B
Text
31 lines
500 B
Text
[sshd]
|
|
enabled = true
|
|
port = ssh
|
|
filter = sshd
|
|
logpath = /var/log/auth.log
|
|
maxretry = 5
|
|
bantime = 3600
|
|
|
|
[nginx-http-auth]
|
|
enabled = true
|
|
filter = nginx-http-auth
|
|
port = http,https
|
|
logpath = /var/log/nginx/error.log
|
|
maxretry = 5
|
|
bantime = 3600
|
|
|
|
[mysqld-auth]
|
|
enabled = true
|
|
filter = mysqld-auth
|
|
port = 3306
|
|
logpath = /var/log/mysql/error.log
|
|
maxretry = 5
|
|
bantime = 3600
|
|
|
|
[phpmyadmin]
|
|
enabled = true
|
|
port = http,https
|
|
filter = phpmyadmin
|
|
logpath = /var/log/nginx/access.log
|
|
maxretry = 5
|
|
bantime = 3600
|