From 3cbcb59d434d717c0badcaad9684fe5c078db491 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Wed, 21 Jun 2017 19:36:46 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 5996763..84b9cfb 100644 --- a/scripts/install +++ b/scripts/install @@ -55,8 +55,8 @@ sudo apt-get install -yy loolwsd code-brand # Modify Nginx configuration file and copy it to Nginx conf directory nginx_conf=../conf/nginx.conf -sed -i "s@YNH_WWW_PATH@$path@g" $nginx_conf -sed -i "s@YNH_WWW_ALIAS@$path/@g" $nginx_conf +sed -i "s@YNH_WWW_PATH@$path_url@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! # sed -i "s@YNH_WWW_APP@$app@g" $nginx_conf