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