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; }