Skip to content

Commit

Permalink
Merge pull request #162 from one-acre-fund/fix/allow-large-file-download
Browse files Browse the repository at this point in the history
Fix/allow large file download
  • Loading branch information
bisonlou authored May 22, 2023
2 parents b247590 + 432e76f commit 9ac60c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/kobotoolbox/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: kobotoolbox
version: 0.7.3
version: 0.7.4
description: KoboToolbox field data collection solution
home: https://www.kobotoolbox.org/
icon: https://avatars.githubusercontent.com/u/5543677?s=400&v=4
Expand Down
2 changes: 1 addition & 1 deletion charts/kobotoolbox/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kobotoolbox

![Version: 0.7.3](https://img.shields.io/badge/Version-0.7.3-informational?style=flat-square)
![Version: 0.7.4](https://img.shields.io/badge/Version-0.7.4-informational?style=flat-square)

KoboToolbox field data collection solution

Expand Down
4 changes: 2 additions & 2 deletions charts/kobotoolbox/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ server {
server_name {{ .Values.kobocat.subdomain }}.{{ include "internal_domain" . }} {{ .Values.kobocat.subdomain }}.docker.internal {{ .Values.kobocat.subdomain }}.{{ .Values.general.externalDomain }};
# Allow 100M upload
client_max_body_size 100M;
client_max_body_size 500M;
# Support bigger headers. Useful for huge cookies
large_client_header_buffers 8 16k;
Expand Down Expand Up @@ -330,7 +330,7 @@ server {
server_name {{ .Values.kpi.subdomain }}.{{ include "internal_domain" . }} {{ .Values.kpi.subdomain }}.docker.internal {{ .Values.kpi.subdomain }}.{{ .Values.general.externalDomain }};
# Allow 100M upload
client_max_body_size 100M;
client_max_body_size 500M;
# Support bigger headers. Useful for huge cookies
large_client_header_buffers 8 16k;
Expand Down

0 comments on commit 9ac60c8

Please sign in to comment.