Update setup_hkdvb.sh

This commit is contained in:
tmxk2021
2025-02-22 15:48:07 +08:00
committed by GitHub
parent cff7a26513
commit 987f78d5fb

View File

@@ -92,7 +92,7 @@ else
fi
# 下载并替换Nginx配置文件强制替换
NGINX_CONF_URL="https://raw.githubusercontent.com/rad168/iptv/refs/heads/main/mytv/nginx.conf"
NGINX_CONF_URL="https://raw.githubusercontent.com/tmxk2021/CF-IPTV/refs/heads/main/nginx.conf"
NGINX_CONF_PATH="/etc/nginx/nginx.conf"
echo "下载并强制替换Nginx配置文件..."
curl -o "$NGINX_CONF_PATH" "$NGINX_CONF_URL"