From ea0fcb60d78c784f0cbb65ab519c513dcd83b5ab Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 9 Dec 2014 21:49:59 +0100 Subject: [PATCH] [enh] simplify proxy_pass --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 35149a4..f171bf2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ location YNH_LOCATION { - proxy_pass http://127.0.0.1:8080$request_uri; + proxy_pass http://127.0.0.1:8080; proxy_redirect off;