0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-27 17:08:05 +02:00

Compare commits

...

2 commits

Author SHA1 Message Date
Wolfram Ravenwolf
09317b5370
Merge 0f7e995404 into 178f8b65d3 2024-10-15 18:53:54 -04:00
Stefan Schwarz
0f7e995404 fix: disable proxy_buffering
Signed-off-by: Stefan Daniel Schwarz <github.com@wolfram.ravenwolf.de>
2024-03-08 17:38:23 +01:00
4 changed files with 4 additions and 0 deletions

View file

@ -1,2 +1,3 @@
client_max_body_size 10G;
proxy_buffering off;
proxy_request_buffering off;

View file

@ -1,2 +1,3 @@
client_max_body_size 10G;
proxy_buffering off;
proxy_request_buffering off;

View file

@ -1,2 +1,3 @@
client_max_body_size 10G;
proxy_buffering off;
proxy_request_buffering off;

View file

@ -1,2 +1,3 @@
client_max_body_size 10G;
proxy_buffering off;
proxy_request_buffering off;