From a91ef86d448ddd876f88a95f8a93136551eb2794 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Mon, 7 Nov 2022 00:08:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E7=94=A8=20Https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/octane.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/octane.php b/config/octane.php index 818ee70..a83f88a 100644 --- a/config/octane.php +++ b/config/octane.php @@ -49,7 +49,7 @@ | */ - 'https' => env('OCTANE_HTTPS', false), + 'https' => env('OCTANE_HTTPS', true), /* |--------------------------------------------------------------------------