From ff03116f76ed15a6925173fa4354a69833d931ea Mon Sep 17 00:00:00 2001 From: anmol26s <5068843+anmol26s@users.noreply.github.com> Date: Sun, 26 Apr 2020 04:31:45 +0530 Subject: [PATCH] removed / from nginx path --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 417393c..8db2ad7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location __PATH__/ { +location __PATH__ { # Path to source alias __FINALPATH__/ ;