Files
ansible-playbooks/roles
Clément Désiles b2a66099aa fix(immich): prevent client SocketTimeoutException on large uploads
Add missing nginx directives recommended by Immich docs for mobile
photo backup over slow links:

- http2 on: multiplex parallel asset uploads from the mobile app
- client_body_timeout / send_timeout / keepalive_timeout 600s: cover
  the client<->nginx leg (default 60s matched the Android timeout)
- proxy_request_buffering off + proxy_buffering off: stream upload
  bytes to immich as they arrive instead of buffering the whole file,
  keeping the TCP connection active and avoiding idle-socket timeouts
- proxy_connect_timeout 600s: explicit upstream connect timeout
2026-05-30 17:18:05 +02:00
..
2026-05-29 21:29:14 +02:00
2025-11-10 23:57:34 +01:00
2026-05-22 00:07:24 +02:00
2026-05-29 21:27:00 +02:00
2026-05-08 23:47:21 +02:00
2025-11-15 00:18:35 +01:00
2026-05-29 21:27:25 +02:00
2026-05-29 21:54:25 +02:00
2026-05-29 21:50:39 +02:00