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 install script

This commit is contained in:
polytan02 2017-02-22 18:15:33 +00:00 committed by GitHub
parent 5a904851fc
commit b0c60acc83

View file

@ -43,6 +43,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
# If a dedicated php-fpm process is used: