mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Add fail2ban
This commit is contained in:
parent
b0ff3372b0
commit
7668c96ab6
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ ynh_app_setting_set "$app" skipped_regex \
|
||||||
|
|
||||||
# Set fail2ban rules
|
# Set fail2ban rules
|
||||||
sudo cp ../conf/nextcloud_fail2ban.conf /etc/fail2ban/filter.d/nextcloud.conf
|
sudo cp ../conf/nextcloud_fail2ban.conf /etc/fail2ban/filter.d/nextcloud.conf
|
||||||
|
sudo cp ../conf/jail_nextcloud.local /etc/fail2ban/jail.d/nextcloud.local
|
||||||
|
|
||||||
# Reload services
|
# Reload services
|
||||||
sudo service php5-fpm restart || true
|
sudo service php5-fpm restart || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue