From 66e24f239ac9b70db2c9b1b6d072bd08f7a67ed1 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sat, 22 Jun 2019 16:01:12 +0200 Subject: [PATCH] Switch to using index.html in tests --- .dev-tools/default.vhost | 1 + 1 file changed, 1 insertion(+) diff --git a/.dev-tools/default.vhost b/.dev-tools/default.vhost index 4e68cb8c8..a0de780e2 100644 --- a/.dev-tools/default.vhost +++ b/.dev-tools/default.vhost @@ -4,6 +4,7 @@ server { root /var/www/html; server_name localhost; charset UTF-8; + index index.html; location / { root /var/www/html/;