Open mskyttner opened 5 years ago
The proxy chain may have limits, setting the nginx-proxy conf may resolve it at one of the entry points into the chain:
~/repos/ala-docker$ more nginx-proxy/nginx-proxy.conf client_max_body_size 0; proxy_request_buffering off;
But it seems that the spatial-service also has a limit.
And there may be things in between (such as the webserver).
While uploading one of the layers, a size limit in the spatialservice exceeding 524288000 (bytes?) prevented the upload from succeeding.
Log messages:
webserver | 2019/09/24 11:12:22 [warn] 6#6: *3835 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000084, client: 172.18.0.39, server: beta.bioatlas.se, request: "POST /spatial-service/manageLayers/upload HTTP/1.1", host: "beta.bioatlas.se", referrer: "https://beta.bioatlas.se/spatial-service/manageLayers/uploads?error=MALFORMED+-+see+logs+for+details"