From 424ffa6b24c8b0bbe8a097e060e558dc6627beeb Mon Sep 17 00:00:00 2001 From: matlink Date: Wed, 12 Nov 2014 22:29:05 +0100 Subject: [PATCH] fixed path error --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 24df2e8..b988768 100644 --- a/scripts/install +++ b/scripts/install @@ -37,7 +37,7 @@ sudo chmod 750 -R $final_path #configure nginx settings sudo sed -i "s@YNH_EXAMPLE_PATH@$path@g" ../conf/nginx.conf -sudo sed -i "s@YNH_EXAMPLE_ALIAS@$final_path/www/@g" ../conf/nginx.conf +sudo sed -i "s@YNH_EXAMPLE_ALIAS@$final_path@g" ../conf/nginx.conf sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf # If app is public, add url to SSOWat conf as skipped_uris