moved nginx, graylog to podman
This commit is contained in:
@@ -3,19 +3,20 @@ deps:
|
||||
[
|
||||
cockpit-podman,
|
||||
cronie,
|
||||
docker,
|
||||
fail2ban,
|
||||
fail2ban-selinux,
|
||||
git,
|
||||
logrotate,
|
||||
podman,
|
||||
podman-docker,
|
||||
python-docker,
|
||||
]
|
||||
|
||||
fail2ban_jails: [sshd.local, nginx.local]
|
||||
fail2ban_jails: [sshd.local]
|
||||
|
||||
services:
|
||||
- crond
|
||||
- docker
|
||||
- podman.socket
|
||||
- podman
|
||||
- fail2ban
|
||||
- systemd-timesyncd
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
[nginx-limit-req]
|
||||
enabled = true
|
||||
port = http,https
|
||||
logpath = %(nginx_error_log)s
|
||||
findtime = 600
|
||||
bantime = 1w
|
||||
maxretry = 8
|
||||
ignoreip = 127.0.0.1/32 192.168.1.0/24
|
||||
|
||||
#[nginx-http-auth]
|
||||
#enabled = true
|
||||
#port = http,https
|
||||
#logpath = %(nginx_error_log)s
|
||||
#bantime = 2w
|
||||
#maxretry = 5
|
||||
#ignoreip = 127.0.0.1/32 192.168.1.0/24
|
||||
|
||||
[nginx-botsearch]
|
||||
enabled = true
|
||||
port = http,https
|
||||
logpath = %(nginx_access_log)s
|
||||
bantime = 1w
|
||||
maxretry = 5
|
||||
ignoreip = 127.0.0.1/32 192.168.1.0/24
|
||||
Reference in New Issue
Block a user