This commit is contained in:
toom1996
2025-07-02 16:48:04 +08:00
parent 2664c7741d
commit a432723770

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 . '/public',
'document_root' => BASE_PATH,
'enable_static_handler' => true,
],
'callbacks' => [