From 1cb25749889e488b6aa6598da26aee58e1cf9713 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Wed, 17 Jun 2020 20:40:11 +0200 Subject: [PATCH] remove slash in path to source nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 2bb1f0e..af69520 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location __PATH__/ { +location __PATH__ { # Path to source alias __FINALPATH__/www/ ;