[solved] Gateway Timeout in Adroid App for large Uploads, MOVE 499 #591
-
Deployed Nexcloud behind a project contour ingress controller/HTTPProxy which is based on Envoy. And deployed Nexclound in FPM mode. config:
custom: |-
error_log /dev/stdout info; which logs a more detailed error message, which gives clear indication, that the problem is the client side of the connection: 2024/07/14 21:16:40 [info] 24#24: *94 epoll_wait() reported that client prematurely closed connection, so upstream connection is closed too while sending request to upstream, client: 172.16.248.98, server: , request: "MOVE /remote.php/dav/uploads/thl/38116e6348c8ba7cc4dedcac3958092e/.file HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "fez.aaaaa.ee" As the client is routed through a contour ingress controller/HTTPProxy, the client connection from nginx perspective is not the andrid app, but the HTTPProxy. routes:
- conditions:
- prefix: /
services:
- name: nextcloud
port: 8080
timeoutPolicy:
response: 180s adding a Leaving this here, as I have not found any information about this issue when searing the net and this may now the place were other get the right hint. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As written, answered it by myself. But wrote this as a reference for other. |
Beta Was this translation helpful? Give feedback.
As written, answered it by myself. But wrote this as a reference for other.