mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
更新 nginx.template.conf
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user