From 176e6afae7260852bb6c7bdb769cc038a30ac876 Mon Sep 17 00:00:00 2001 From: toom1996 Date: Wed, 2 Jul 2025 16:49:41 +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 eedc02a..2a144a9 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, + 'document_root' => BASE_PATH . '/public', 'enable_static_handler' => true, ], 'callbacks' => [