From 23c68987899ef88fd6be1e739755354a2a420b24 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 21 Apr 2025 21:42:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20nginx.template.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/nginx.template.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docker/nginx.template.conf b/docker/nginx.template.conf index 3716b577..b318ec15 100644 --- a/docker/nginx.template.conf +++ b/docker/nginx.template.conf @@ -34,11 +34,6 @@ http { listen [::]:${NGINX_PORT}; server_name moviepilot; - # HTTPS重定向 - if ("${ENABLE_SSL}" = 'true') { - return 301 https://$host$request_uri; - } - # 公共配置 include common.conf; }