V4.2019.06.1672 [ci skip]

This commit is contained in:
Travis 2019-06-28 21:30:04 +02:00
parent 34cec8f5a2
commit a843d5f21d
54 changed files with 1609 additions and 1612 deletions

View file

@ -1,15 +1,15 @@
server {
listen *:9000;
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;
listen *:9000;
root /var/www/html;
server_name localhost;
charset UTF-8;
index index.html;
location / {