From 02908c90862271d60cb449887c213380ec1eacfb Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Wed, 8 Apr 2020 14:17:22 +0200 Subject: [PATCH] try change nginx.conf --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b3f4799..254d494 100644 --- a/scripts/install +++ b/scripts/install @@ -84,7 +84,7 @@ ynh_setup_source --dest_dir="$final_path" # and copy in local.dist.php #================================================= -echo "const WWW_URI = '$path_url';" >> $final_path/config.local.php +#echo "const WWW_URI = '$path_url/';" >> $final_path/config.local.php #cp -a $final_path/config.dist.php $final_path/config.local.php # ynh_replace_string --match_string="const ROOT = __DIR__;" --replace_string="const ROOT = /var/www/garradin/;" --target_file="$final_path/config.local.php"