V4.2019.06.1625 [ci skip]

This commit is contained in:
Travis 2019-06-26 12:23:31 +02:00
parent d04976f2bf
commit 6fec5829be
43 changed files with 2032 additions and 16147 deletions

View file

@ -0,0 +1,16 @@
server {
# Bad Bot Blocker
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 / {
root /var/www/html/;
}
}