Typo fixes.

This commit is contained in:
M5oul 2015-12-20 12:40:36 +01:00
parent a15a16e1ec
commit 3954654cde

View File

@ -37,15 +37,15 @@ sudo chown -R root:root $final_path
# Modify Nginx configuration file and copy it to Nginx conf directory # Modify Nginx configuration file and copy it to Nginx conf directory
sed -i "s@YNH_WWW_PATH@$path@g" ../conf/nginx.conf sed -i "s@YNH_WWW_PATH@$path@g" ../conf/nginx.conf
sed -i "s@YNH_WWW_ALIAS@$final_path/@g" ../conf/nginx.conf sed -i "s@YNH_WWW_ALIAS@$final_path/@g" ../conf/nginx.conf
# If a dedicated php-fpm process is used : # If a dedicated php-fpm process is used:
# Don't forget to modify ../conf/nginx.conf accordingly or your app will not work ! # Don't forget to modify ../conf/nginx.conf accordingly or your app will not work!
# #
#sudo sed -i "s@YNH_WWW_APP@$app@g" ../conf/nginx.conf #sudo sed -i "s@YNH_WWW_APP@$app@g" ../conf/nginx.conf
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
# If a dedicated php-fpm process is used : # If a dedicated php-fpm process is used:
# Adjustment and copy dedicated php-fpm conf file # Adjustment and copy dedicated php-fpm conf file
# Don't forget to modify ../conf/php-fpm.conf accordingly or your app will not work ! # Don't forget to modify ../conf/php-fpm.conf accordingly or your app will not work!
# #
#sed -i "s@YNH_WWW_APP@$app@g" ../conf/php-fpm.conf #sed -i "s@YNH_WWW_APP@$app@g" ../conf/php-fpm.conf
#sed -i "s@YNH_WWW_ALIAS@$final_path/@g" ../conf/php-fpm.conf #sed -i "s@YNH_WWW_ALIAS@$final_path/@g" ../conf/php-fpm.conf
@ -62,12 +62,10 @@ then
fi fi
# If dedicated php-fpm process : # If dedicated php-fpm process:
# #
#sudo service php5-fpm reload #sudo service php5-fpm reload
# Restart services # Restart services
sudo service nginx reload sudo service nginx reload
sudo yunohost app ssowatconf sudo yunohost app ssowatconf