remove "Remove the default Nginx configs"

This commit is contained in:
RustDesk 2023-10-06 12:18:34 +08:00 committed by GitHub
parent 3f86b8aa1f
commit 8bc783c20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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