From a432723770e2bf8c0a41cf5087b11fe2844e4a7b Mon Sep 17 00:00:00 2001 From: toom1996 Date: Wed, 2 Jul 2025 16:48:04 +0800 Subject: [PATCH] update --- config/autoload/server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/autoload/server.php b/config/autoload/server.php index 2a144a9..eedc02a 100755 --- a/config/autoload/server.php +++ b/config/autoload/server.php @@ -60,7 +60,7 @@ return [ Constant::OPTION_BUFFER_OUTPUT_SIZE => 2 * 1024 * 1024, Constant::OPTION_UPLOAD_MAX_FILESIZE => 10 * 1024 * 1024, // 最大上传限制 // 静态资源 - 'document_root' => BASE_PATH . '/public', + 'document_root' => BASE_PATH, 'enable_static_handler' => true, ], 'callbacks' => [