diff --git a/scripts/change_url b/scripts/change_url index 184db43..7bb414d 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -80,6 +80,8 @@ nginx_conf_path=/etc/nginx/conf.d/$old_domain.d/$app.conf if [ $change_path -eq 1 ] then + domain="$old_domain" + path_url="$new_path" ynh_add_nginx_config fi