add fail2ban missing config

This commit is contained in:
VirtuBox 2018-08-08 14:56:48 +02:00
parent e8e07078a1
commit d1eca8c0e4
3 changed files with 29 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Bash Script to setup an optimized web server with EasyEngine v3
# Bash Script to setup an EasyEngine v3 optimized
* * *
@ -26,6 +26,8 @@
- Compile the latest Nginx release
- Install and configure UFW & Fail2ban
- Install Netdata and EasyEngine-Dashboard
- Install Proftpd
-
### Compatibility

View File

@ -1,25 +1,45 @@
# Bash Script to setup an optimized web server with EasyEngine
# Bash Script to setup an EasyEngine v3 optimized
* * *
## Server Stack
- Ubuntu 16/18.04 LTS
- Nginx 1.15.x / 1.14.x
- PHP-FPM 7/7.1/7.2
- MariaDB 10.1/10.2/10.3
- REDIS 4.0
- Memcached
- Fail2ban
- Fail2ban & UFW
- Netdata
- UFW
- Proftpd
- Acme.sh
* * *
**Documentation is still available here : [Ubuntu-Nginx-Web-Server](https://virtubox.github.io/ubuntu-nginx-web-server/docs/pages/documentation.md)**
### Features
- Automated MariaDB install (10.1/10.2/10.3)
- Apply Linux server tweaks
- Install EasyEngine
- Install php7.1-fpm & php7.2-fpm
- Compile the latest Nginx release
- Install and configure UFW & Fail2ban
- Install Netdata and EasyEngine-Dashboard
- Install Proftpd
-
### Compatibility
- Ubuntu 16.04 LTS
- Ubuntu 18.04 LTS
### Usage
```bash
wget https://raw.githubusercontent.com/VirtuBox/ubuntu-nginx-web-server/master/init.sh
chmod +x init.sh
./init.sh
```
Published & maintained by [VirtuBox](https://virtubox.net)

View File

@ -280,6 +280,7 @@ ufw enable
```bash
wget -O /etc/fail2ban/filter.d/ddos.conf https://raw.githubusercontent.com/VirtuBox/ubuntu-nginx-web-server/files/etc/fail2ban/filter.d/ddos.conf
wget -O /etc/fail2ban/filter.d/ee-wordpress.conf https://raw.githubusercontent.com/VirtuBox/ubuntu-nginx-web-server/files/etc/fail2ban/filter.d/ee-wordpress.conf
wget -O /etc/fail2ban/filter.d/nginx-forbidden.conf https://virtubox.github.io/ubuntu-nginx-web-server/files/etc/fail2ban/filter.d/nginx-forbidden.conf
wget -O /etc/fail2ban/jail.d/custom.conf https://raw.githubusercontent.com/VirtuBox/ubuntu-nginx-web-server/files/etc/fail2ban/jail.d/custom.conf
wget -O /etc/fail2ban/jail.d/ddos.conf https://raw.githubusercontent.com/VirtuBox/ubuntu-nginx-web-server/files/etc/fail2ban/jail.d/ddos.conf