fix docker

This commit is contained in:
jxxghp
2025-04-17 19:36:54 +08:00
parent 6abe0a1862
commit 1ef068351d
4 changed files with 13 additions and 14 deletions
+5
View File
@@ -34,6 +34,11 @@ http {
listen [::]:${NGINX_PORT};
server_name moviepilot;
# HTTPS重定向
if (${ENABLE_SSL} = 'true') {
return 301 https://$host$request_uri;
}
# 公共配置
include common.conf;
}