Skip to content

Commit

Permalink
fix: setting client_max_body_size to 128M for nginx minio proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
francescotimperi committed Jan 13, 2024
1 parent e3003e0 commit f33a12e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/nginx-static/nginx-static-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,6 @@ data:
#gzip on;
include /etc/nginx/conf.d/*.conf;
client_max_body_size 128M;
}
2 changes: 2 additions & 0 deletions nuvolaris/templates/nginx-static-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,6 @@ data:
#gzip on;
include /etc/nginx/conf.d/*.conf;
client_max_body_size 128M;
}

0 comments on commit f33a12e

Please sign in to comment.