From cc0fc5f5af2f42411117801f563f5c089e93ebab Mon Sep 17 00:00:00 2001 From: kam Date: Thu, 29 Jun 2017 10:38:46 +0200 Subject: [PATCH] fix --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 065a6b3..2fc9dab 100644 --- a/scripts/install +++ b/scripts/install @@ -76,7 +76,7 @@ sudo gitlab-ctl reconfigure # Modify Nginx configuration file and copy it to Nginx conf directory nginx_conf=../conf/nginx.conf sed -i "s@YNH_WWW_PATH@$path_url@g" $nginx_conf -sed -i "s@PORT@$port@g" $nginx_conf +sed -i "s@PORT@$portNginx@g" $nginx_conf # sed -i "s@YNH_WWW_ALIAS@$src_path/@g" $nginx_conf # If a dedicated php-fpm process is used: # Don't forget to modify ../conf/nginx.conf accordingly or your app will not work!