Add fail2ban

This commit is contained in:
Rafi594
2019-02-03 15:05:38 +01:00
parent 94bd56cc13
commit 7f9cc6a9a8
5 changed files with 284 additions and 0 deletions

View File

@ -5,6 +5,7 @@ location __PATH__/ {
proxy_buffering off;
fastcgi_param REMOTE_USER $remote_user;
client_max_body_size 50M;
proxy_set_header X-Real-IP $remote_addr;
# Force https
if ($scheme = http) {