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