v1.0.141: verify=False + nginx 300s timeout for chunked upload

This commit is contained in:
2026-06-23 10:10:02 +04:00
parent 6b984d5a13
commit 9b11b62b7f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -49,6 +49,7 @@ server {
add_header Access-Control-Allow-Headers "*";
if ($request_method = OPTIONS) { return 204; }
proxy_pass http://127.0.0.1:8766;
proxy_read_timeout 300s;
client_max_body_size 100m;
}