V4.2019.07.1780 [ci skip]

This commit is contained in:
Travis 2019-07-31 15:08:39 +02:00
parent 1a02e344b5
commit 2b4f86d1f7
52 changed files with 1101 additions and 1093 deletions

View file

@ -40,6 +40,13 @@ server {
listen 443 ssl http2;
server_name alp.{{ domain_to_protect }};
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/bots.d/ddos.conf;
root {{ alp_live_directory }};
include {{ nginx_bots_cfg_path }}/blockbots.conf;
index index.html;