From b7d77a410aac4ec210597f3056806def10e692f6 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 3 Mar 2022 22:13:48 +0100 Subject: [PATCH] Fix removal of NGINX endpoint.conf Co-authored-by: nathanael-h <7300309+nathanael-h@users.noreply.github.com> --- scripts/remove | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/remove b/scripts/remove index 42a027e..a50c97f 100644 --- a/scripts/remove +++ b/scripts/remove @@ -77,6 +77,7 @@ ynh_remove_nginx_config # Remove NGINX config that enabled /_synapse/admin endpoint ynh_secure_remove --file="/etc/nginx/conf.d/${synapse_domain}.d/synapse-admin.conf" +ynh_secure_remove --file="/etc/nginx/conf.d/${synapse_domain}.d/$app.endpoint.conf" #================================================= # GENERIC FINALIZATION