From f0ae1aeb8dbaafb57a698a008d46ca2efbf48faa Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Tue, 27 Oct 2020 16:23:50 +0100 Subject: [PATCH] problem to resolve and fix servername url without a trailing slash at the end --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 01936a1..b73524a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location __PATH__/ { +location __PATH__ { # Protecting sensibles urls location ~ 403 {