From c04e339c5955fa10377d954661d26c5930fcad8c Mon Sep 17 00:00:00 2001 From: Paul TREHIOU Date: Sun, 8 Oct 2017 12:24:36 +0200 Subject: [PATCH] Update nginx.conf --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 4dd04e4..663132c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,7 +3,7 @@ server { location / { root /usr/share/nginx/html; - index index.html index.php; + index index.php; } #error_page 404 /404.html;