mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +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;
|
root /var/www/html;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
charset UTF-8;
|
charset UTF-8;
|
||||||
|
index index.html;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /var/www/html/;
|
root /var/www/html/;
|
||||||
|
|
Loading…
Add table
Reference in a new issue