From 78b6de2f4a3cad17d4abf663f952e33f7fe477fa Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sun, 13 May 2018 11:30:15 +0200 Subject: [PATCH] fix nginx conf port bug on upgrade script (again) --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index c207177..732dcc6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location YNH_EXAMPLE_PATH/ { +location YNH_PATH/ { rewrite ^YNH_PATH$ YNH_PATH/ permanent; proxy_pass http://YNH_DOMAIN:YNH_PORT/; proxy_set_header Host $host;