mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 15:34:24 +00:00
V4.2019.07.1780 [ci skip]
This commit is contained in:
parent
1a02e344b5
commit
2b4f86d1f7
52 changed files with 1101 additions and 1093 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue