From bd56a81f01ce50e8f146bdced5b4704f485b8ab6 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Wed, 8 Apr 2020 16:03:12 +0200 Subject: [PATCH] try change nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index e323645..04b7102 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ -location __PATH__/ { +location __PATH__ { # Path to source -alias __FINALPATH__/www ; +alias __FINALPATH__/www/ ; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;