更新 nginx.template.conf

This commit is contained in:
jxxghp
2025-04-21 21:42:12 +08:00
committed by GitHub
parent df2a1be2a2
commit 23c6898789

View File

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