updated web ui nginx conf

pull/140/MERGE
13621160019@163.com 2022-04-16 15:44:53 +08:00
parent 6d35468528
commit 4f8d52331a
1 changed files with 5 additions and 5 deletions

View File

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