diff --git a/scripts/remove b/scripts/remove index bf5ab3a..5c819a5 100644 --- a/scripts/remove +++ b/scripts/remove @@ -82,7 +82,12 @@ then sudo rm /etc/logrotate.d/syncthing fi -# Remove syncthing nginx configuration + +#================================================= +# REMOVE NGINX CONFIGURATION +#================================================= +ynh_print_info "Removing nginx web server configuration" + domain=$(sudo yunohost app setting syncthing domain) sudo rm /etc/nginx/conf.d/$domain.d/syncthing.conf