mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
Referrers (+) / Changes to Directory Naming
This commit is contained in:
parent
97accd5152
commit
f8d0b5cab8
36 changed files with 86 additions and 75 deletions
11
.dev-tools/default.vhost
Normal file
11
.dev-tools/default.vhost
Normal file
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
listen *:9000;
|
||||
|
||||
root /var/www/html;
|
||||
server_name localhost;
|
||||
charset UTF-8;
|
||||
|
||||
location / {
|
||||
root /var/www/html/;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue