From 82c21dceefd0c76469d43ff23373cee8eb4b0543 Mon Sep 17 00:00:00 2001 From: drfred1981 Date: Thu, 24 Jul 2014 14:26:06 +0200 Subject: [PATCH] Update nginx.conf Bug fix in redirection --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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