fix - bug

This commit is contained in:
toom1996
2025-06-20 15:34:21 +08:00
parent f765fe9507
commit c9c9787af5

View File

@ -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' => [