From df2a1be2a27b4bed4172e11a2688e162348639b9 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 21 Apr 2025 21:33:00 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx.template.conf b/docker/nginx.template.conf index 7577f2af..3716b577 100644 --- a/docker/nginx.template.conf +++ b/docker/nginx.template.conf @@ -35,7 +35,7 @@ http { server_name moviepilot; # HTTPS重定向 - if (${ENABLE_SSL} = 'true') { + if ("${ENABLE_SSL}" = 'true') { return 301 https://$host$request_uri; }