From 1e0bb7c560e786fc082dd2fd468a96098a05972f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A9veloppeur=20=C3=A9gar=C3=A9?= Date: Fri, 27 Feb 2015 14:37:09 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index f171bf2..86f9cdc 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ location YNH_LOCATION { - proxy_pass http://127.0.0.1:8080; + proxy_pass http://127.0.0.1:YNH_PORT; proxy_redirect off;