From 3b1e5a63ee57c8ece9092883ea19c91f1854d83d Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 27 Nov 2022 16:17:19 -0500 Subject: [PATCH] chg --- Nginx/Locations/mracs.dev/mcmap.loc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nginx/Locations/mracs.dev/mcmap.loc.conf b/Nginx/Locations/mracs.dev/mcmap.loc.conf index 62d88c5..c6cf83e 100644 --- a/Nginx/Locations/mracs.dev/mcmap.loc.conf +++ b/Nginx/Locations/mracs.dev/mcmap.loc.conf @@ -1,3 +1,3 @@ -location /mcmap { - proxy_pass http://localhost:8123; +location /mcmap/ { + proxy_pass http://localhost:8123/; }