V4.2019.06.1691 [ci skip]

This commit is contained in:
Travis 2019-06-29 14:36:24 +02:00
parent 2d01315567
commit 81be9da3ea
47 changed files with 1444 additions and 1439 deletions

View file

@ -4,6 +4,12 @@ server {
root /var/www/html;
server_name localhost;
charset UTF-8;
# Nginx Bad Bot Blocker Includes
include /etc/nginx/bots.d/ddos.conf;
include /etc/nginx/bots.d/blockbots.conf;
index index.html;
location / {