更新 nginx.template.conf

This commit is contained in:
jxxghp
2025-04-21 21:33:00 +08:00
committed by GitHub
parent 2db628a2ba
commit df2a1be2a2
+1 -1
View File
@@ -35,7 +35,7 @@ http {
server_name moviepilot; server_name moviepilot;
# HTTPS重定向 # HTTPS重定向
if (${ENABLE_SSL} = 'true') { if ("${ENABLE_SSL}" = 'true') {
return 301 https://$host$request_uri; return 301 https://$host$request_uri;
} }