From 75ef007fc76ac802ac9eb09fd9e1a025563e88fb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 3 Apr 2019 02:54:36 +0200 Subject: [PATCH] Cleanup nginx config step --- scripts/install | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index 013554f..c7729bc 100644 --- a/scripts/install +++ b/scripts/install @@ -114,14 +114,8 @@ ynh_setup_source "$final_path" ynh_print_info "Configuring nginx web server..." # Create a dedicated nginx config -mkdir -p "/etc/nginx/conf.d/${domain}.d" # ( I don't remember why this is here, I think can be removed) ynh_add_nginx_config - - -# Reload Nginx -systemctl reload nginx - #================================================= # CREATE DEDICATED USER #=================================================