nextcloud: Sichere Instanze mit fail2ban ab
This commit is contained in:
parent
2480af061b
commit
68eb272cc2
5 changed files with 37 additions and 0 deletions
|
@ -23,3 +23,8 @@
|
|||
|
||||
- name: start php-fpm-socket
|
||||
command: systemctl start php-fpm@*.socket --all
|
||||
|
||||
- name: restart fail2ban
|
||||
service:
|
||||
name: fail2ban
|
||||
state: restarted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue