From 2a77884e315db647377afdc2ec519fdc614609f9 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 26 Jun 2023 09:50:36 +0200 Subject: [PATCH] brings back nginx --- scripts/upgrade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 2c0cf43..b007f98 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -42,6 +42,8 @@ ynh_script_progression --message="Upgrading system configurations related to $ap # This should be a literal copypasta of what happened in the install's "System configuration" section +ynh_add_nginx_config + ynh_add_systemd_config yunohost service add $app --description="Peertube remote runner" --log="/var/log/$app/$app.log"