From a81e63e131ac4d75650b0480795fc39afb7c5cd0 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 27 May 2024 14:47:38 +0800 Subject: [PATCH] Update mw.tpl --- scripts/init.d/mw.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init.d/mw.tpl b/scripts/init.d/mw.tpl index 0393a1233..21481f328 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -472,7 +472,7 @@ case "$1" in port=7200 scheme=http - if [ -f $mw_path/ssl/choose.pl ]; + if [ -f $mw_path/ssl/choose.pl ];then scheme=https fi