0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-05 12:26:09 +02:00
Commit graph

4 commits

Author SHA1 Message Date
Olliver Schinagl
7a86f30009
examples: Favor configs over builds
There doesn't seem to be a need to prefer building custom containers,
just to add a config file, a need that is easily solved with compose
configs. Configs are still managed through git, just no new container
needs to be built, slightly simplifying things.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2023-05-29 10:28:11 +02:00
Christoph Reiter
64607f4916 nginx-proxy: Set proxy_request_buffering to off. Fixes #650 (#651)
Otherwise nginx buffers uploads which at least with the linux client results
in large files failing to upload and the upload stats not updating.

Signed-off-by: Christoph Reiter <reiter.christoph@gmail.com>
2019-06-19 00:45:12 +02:00
Tilo Spannagel
122e66ca7c
Set client_max_body_size to 10G 2017-09-30 13:14:13 +02:00
Tilo Spannagel
4fbd273cb0
Add more examples with proxy 2017-09-27 13:29:15 +02:00