diff --git a/scripts/change_url b/scripts/change_url index c513580..840a656 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -87,7 +87,7 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app ynh_script_progression --message="Updating NGINX web server configuration..." nginx_conf_path=/etc/nginx/conf.d/$old_domain.d/$app.conf -nginx_api_conf_path=/etc/nginx/conf.d/$domain.d/api_$app.conf +nginx_api_conf_path=/etc/nginx/conf.d/$old_domain.d/api_$app.conf # Change the path in the NGINX config file if [ $change_path -eq 1 ]