mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
Switch to using index.html in tests
This commit is contained in:
parent
310ff80152
commit
66e24f239a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ server {
|
|||
root /var/www/html;
|
||||
server_name localhost;
|
||||
charset UTF-8;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
root /var/www/html/;
|
||||
|
|
Loading…
Add table
Reference in a new issue