From 8bc783c20c0c9ce06eeaca237a9e61f1aa2ddb09 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:18:34 +0800 Subject: [PATCH] remove "Remove the default Nginx configs" --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 1c7505d..c0c14bc 100644 --- a/install.sh +++ b/install.sh @@ -416,10 +416,6 @@ server { NGINX_RUSTDESK_CONF fi - # Remove the default Nginx configs - rm -f /etc/nginx/sites-available/default - rm -f /etc/nginx/sites-enabled/default - # Enable the Nginx config file if [ ! -f /etc/nginx/sites-enabled/rustdesk.conf ] then