Merge branch 'develop'

pull/142/MERGE
13621160019@163.com 2022-04-16 16:20:36 +08:00
commit 1e41040569
1 changed files with 5 additions and 5 deletions

View File

@ -47,11 +47,11 @@ http {
} }
location /api { location /api {
proxy_pass http://127.0.0.1:8000/; proxy_pass http://127.0.0.1:8000/;
proxy_connect_timeout 75; proxy_connect_timeout 75;
proxy_read_timeout 600; proxy_read_timeout 600;
send_timeout 600; send_timeout 600;
} }
} }