feat: add chunked desktop client release uploads
Deployment Config CI / Deployment Config (push) Successful in 28s
Frontend CI / Frontend (push) Successful in 2m12s
Backend CI / Backend (push) Successful in 14m44s

This commit is contained in:
2026-06-01 01:31:54 +08:00
parent c5da0cf507
commit 76df672133
14 changed files with 1195 additions and 57 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ real_ip_recursive on;
server {
listen 80;
server_name _;
client_max_body_size 600M;
client_max_body_size 1100M;
root /usr/share/nginx/html;
index index.html;
@@ -31,8 +31,8 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_read_timeout 900s;
proxy_send_timeout 900s;
proxy_read_timeout 1800s;
proxy_send_timeout 1800s;
}
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff2?)$ {