diff --git a/conf/nginx.conf b/conf/nginx.conf index 097dceb..c68e48d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ root /var/www/; -location /__PATH__/ { +location __PATH__/ { index index.html; # Pour automatiquement avoir le load de index.html } \ No newline at end of file