1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00

Update install

This commit is contained in:
frju365 2017-03-03 11:42:31 +01:00 committed by GitHub
parent 12e91782a9
commit 461b90edf3

View file

@ -137,7 +137,7 @@ sudo rm $final_path/install.php
#=================================================
nginxconf="../conf/nginx.conf"
sed -i "s@YNH_WWW_PATH@$path_url@g" $nginx_conf
sed -i "s@YNH_WWW_ALIAS@$$final_path@g" $nginx_conf
sed -i "s@YNH_WWW_ALIAS@$final_path@g" $nginx_conf
sudo cp $nginxconf /etc/nginx/conf.d/$domain.d/$app.conf
sudo chown root: $nginxconf
sudo chmod 644 $nginxconf