From 8d6ef30850d807d8217baf8d779889455047231e Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 29 Nov 2018 16:01:56 +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 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