diff --git a/conf/nginx.conf b/conf/nginx.conf index 96aedef..8093da3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ -location PATHTOCHANGE { +location PATHTOCHANGE/ { - proxy_pass https://127.0.0.1:10000; + proxy_pass https://127.0.0.1:10000/; proxy_redirect off; #Proxy Settings