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 19:23:55 +01:00 committed by GitHub
parent 3dc95bc537
commit 2e56aaa024

View file

@ -135,12 +135,21 @@ sudo rm $final_path/install.php
#=================================================
# NGINX CONFIGURATION
#=================================================
nginxrootconf="../conf/nginx-root.conf"
nginxconf="../conf/nginx.conf"
if [ $path_url = "/" ]; then
sed -i "s@YNH_WWW_ROOTPATH@@g" $nginxrootconf
sed -i "s@YNH_WWW_ROOTAPP@/@g" $nginxrootconf
sudo chown root: $nginxrootconf
sudo chmod 644 $nginxrootconf
sudo cp $nginxrootconf /etc/nginx/conf.d/$domain.d/$app.conf
else
sed -i "s@YNH_WWW_PATH@$path_url@g" $nginxconf
sed -i "s@YNH_WWW_ALIAS@$final_path@g" $nginxconf
sudo cp $nginxconf /etc/nginx/conf.d/$domain.d/$app.conf
sudo chown root: $nginxconf
sudo chmod 644 $nginxconf
sudo cp $nginxconf /etc/nginx/conf.d/$domain.d/$app.conf
fi
#=================================================
# SETUP SSOWAT