fix: keep ZIP builds alive after request cancellation
Some checks are pending
CI / verify (push) Waiting to run

This commit is contained in:
237899745
2026-07-26 06:46:37 +08:00
parent 4d0e8aa70a
commit fbc82dfa07
2 changed files with 260 additions and 12 deletions

View File

@@ -40,6 +40,8 @@ http {
location /downloads/ {
proxy_pass http://imageforge_api;
proxy_read_timeout 300s;
proxy_send_timeout 300s;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;