mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 15:34:24 +00:00
V4.2021.07.2451 [ci skip]
This commit is contained in:
parent
606872502d
commit
41967724e3
77 changed files with 123172 additions and 122224 deletions
|
@ -1,7 +1,6 @@
|
|||
server {
|
||||
listen *:9000;
|
||||
|
||||
root /var/www/html;
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
server_name localhost;
|
||||
charset UTF-8;
|
||||
|
||||
|
@ -14,6 +13,10 @@ server {
|
|||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
|
||||
index index.html;
|
||||
root /var/www/html;
|
||||
|
||||
# Add index.php to the list if you are using PHP
|
||||
index index.html index.htm index.nginx-debian.html;
|
||||
|
||||
location / {
|
||||
root /var/www/html/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue