From 558b7e6f8a9a801250cedab4f36e764d5671d1ec Mon Sep 17 00:00:00 2001 From: Rodolphe Robles Date: Mon, 6 Apr 2020 22:24:19 +0200 Subject: [PATCH] try to delete slash at the end of PATH in nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index e8fd78e..a159644 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ location __PATH__ { # Path to source - alias __FINALPATH__/www/ ; + alias __FINALPATH__/www; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;