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:
parent
86d31fd566
commit
b7d77a410a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue