From 1a35241b1ae74ac020251b492e9e4e0686bbbc80 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Apr 2019 17:24:17 +0200 Subject: [PATCH] REMOVE NGINX CONFIGURATION --- scripts/remove | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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