Switch to using index.html in tests

This commit is contained in:
Mitchell Krog 2019-06-22 16:01:12 +02:00
parent 310ff80152
commit 66e24f239a
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

@ -4,6 +4,7 @@ server {
root /var/www/html;
server_name localhost;
charset UTF-8;
index index.html;
location / {
root /var/www/html/;