fix bugs
parent
7cd6ad144a
commit
c72e9b2288
|
|
@ -1,7 +1,7 @@
|
|||
import json
|
||||
import dashscope
|
||||
from http import HTTPStatus
|
||||
from typing import Optional, Dict, List, Generator
|
||||
from typing import Optional, Dict, List, Generator, Any
|
||||
import app.core.config as config_module
|
||||
from app.core.database import get_db_connection
|
||||
from app.services.system_config_service import SystemConfigService
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ server {
|
|||
gzip_disable "MSIE [1-6]\.";
|
||||
|
||||
# 增加上传文件大小限制
|
||||
client_max_body_size 200M;
|
||||
client_max_body_size 500M;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
|
|
|||
Loading…
Reference in New Issue