1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Adjust nginx conf in upgrade script

This commit is contained in:
polytan02 2017-02-22 18:16:18 +00:00 committed by GitHub
parent b0c60acc83
commit 6a381c5588

View file

@ -115,6 +115,7 @@ else
fi
sed -i "s@YNH_WWW_PATH@$path@g" $nginxconf
sed -i "s@YNH_WWW_FINALPATH@$final_path@g" $nginxconf
sed -i "s@YNH_WWW_APP@$final_path@g" $nginxconf
sudo cp $nginxconf /etc/nginx/conf.d/$domain.d/$app.conf
### PHP ###