0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-22 23:28:05 +02:00

Compare commits

...

4 commits

Author SHA1 Message Date
Wolfram Ravenwolf
3a87920f7b
Merge 0f7e995404 into 85eb58a828 2024-12-25 23:41:36 -05:00
Kate
85eb58a828
Merge pull request #2355 from nextcloud/readme-helm-link 2024-12-23 16:23:12 +01:00
Josh
d5c6e2ff0e
docs(readme): Add community helm chart link
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-12-23 09:03:54 -05: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
5 changed files with 5 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -5,6 +5,7 @@
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/nextcloud/docker) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/nextcloud/docker)
![GitHub contributors](https://img.shields.io/github/contributors/nextcloud/docker?label=contributors%20-%20Thank%20you!) ![GitHub contributors](https://img.shields.io/github/contributors/nextcloud/docker?label=contributors%20-%20Thank%20you!)
![Docker Pulls](https://img.shields.io/docker/pulls/library/nextcloud) ![Docker Pulls](https://img.shields.io/docker/pulls/library/nextcloud)
[![Helm](https://img.shields.io/badge/Helm-0F1689?logo=helm&logoColor=fff)](https://github.com/nextcloud/helm/?tab=readme-ov-file)
# What is Nextcloud? # What is Nextcloud?