mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-13 17:52:28 +08:00
更新 nginx.template.conf
This commit is contained in:
@@ -35,7 +35,7 @@ http {
|
||||
server_name moviepilot;
|
||||
|
||||
# HTTPS重定向
|
||||
if (${ENABLE_SSL} = 'true') {
|
||||
if ("${ENABLE_SSL}" = 'true') {
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user