From 73d5cc2e920297edbc13ff4db36dc925128693cc Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 23 Feb 2017 17:53:32 +0000 Subject: [PATCH] Add index directive to default site conf --- travis/default-site.tpl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/travis/default-site.tpl.conf b/travis/default-site.tpl.conf index b823a6c4..3e41e4e8 100644 --- a/travis/default-site.tpl.conf +++ b/travis/default-site.tpl.conf @@ -3,6 +3,7 @@ server { listen [::]:8000 default_server ipv6only=on; root {ROOT}/public; + index index.php; access_log /tmp/access.log; error_log /tmp/error.log;