From 9ecf740526e805a7ac6d76a7d28ed3418e09ea80 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Wed, 21 Jun 2017 19:13:32 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e515441..ccd5e7d 100644 --- a/scripts/install +++ b/scripts/install @@ -54,7 +54,7 @@ sudo apt-get -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_url@g" $nginx_conf +sed -i "s@YNH_WWW_PATH@$path@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!