Cleanup nginx config step

This commit is contained in:
yalh76 2019-04-03 02:54:36 +02:00
parent 16f5c53dfc
commit 75ef007fc7

View file

@ -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
#=================================================