mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix(sh): 引号格式问题
This commit is contained in:
@@ -174,8 +174,8 @@ if [ "${ENABLE_SSL}" = "true" ]; then
|
|||||||
server_name ${SSL_DOMAIN:-moviepilot};
|
server_name ${SSL_DOMAIN:-moviepilot};
|
||||||
|
|
||||||
# SSL证书路径
|
# SSL证书路径
|
||||||
ssl_certificate "${CONFIG_DIR}"/certs/latest/fullchain.pem;
|
ssl_certificate ${CONFIG_DIR}/certs/latest/fullchain.pem;
|
||||||
ssl_certificate_key "${CONFIG_DIR}"/certs/latest/privkey.pem;
|
ssl_certificate_key ${CONFIG_DIR}/certs/latest/privkey.pem;
|
||||||
|
|
||||||
# SSL安全配置
|
# SSL安全配置
|
||||||
ssl_protocols TLSv1.2 TLSv1.3;
|
ssl_protocols TLSv1.2 TLSv1.3;
|
||||||
|
|||||||
Reference in New Issue
Block a user