Skip to content

Commit 6005466

Browse files
test with new default.vhost file
1 parent 4fe7175 commit 6005466

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

travis-ci/default.vhost

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ server {
55
server_name localhost;
66
charset UTF-8;
77

8-
# Block Bad Bots
9-
include /etc/nginx/bots.d/blockbots.conf;
10-
include /etc/nginx/bots.d/ddos.conf;
8+
location / {
9+
root /var/www/html/;
10+
}
1111
}

0 commit comments

Comments
 (0)