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:
parent
b0c60acc83
commit
6a381c5588
1 changed files with 1 additions and 0 deletions
|
@ -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 ###
|
||||
|
|
Loading…
Reference in a new issue