1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse-admin_ynh.git synced 2024-09-03 20:26:34 +02:00

Fix removal of NGINX endpoint.conf

Co-authored-by: nathanael-h <7300309+nathanael-h@users.noreply.github.com>
This commit is contained in:
tituspijean 2022-03-03 22:13:48 +01:00 committed by GitHub
parent 86d31fd566
commit b7d77a410a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,7 @@ ynh_remove_nginx_config
# Remove NGINX config that enabled /_synapse/admin endpoint # 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/synapse-admin.conf"
ynh_secure_remove --file="/etc/nginx/conf.d/${synapse_domain}.d/$app.endpoint.conf"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION