From fd56cf1d0573ee821462cd2297e6b5452f1902aa Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 29 Nov 2018 16:03:04 +0100 Subject: [PATCH] fix --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index c68e48d..e317417 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ root /var/www/; location __PATH__/ { -index index.html; # Pour automatiquement avoir le load de index.html +index index.htm; # Pour automatiquement avoir le load de index.html } \ No newline at end of file