Skip to content

Commit

Permalink
Merge pull request #820 from degica/increase_max_payload
Browse files Browse the repository at this point in the history
Increase max body size to handle POST requests larger than 10MB
  • Loading branch information
showwin authored Nov 6, 2024
2 parents 3d7224f + 533fe88 commit 168defe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/reverse-proxy/templates/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ http {
tcp_nodelay on;

# allow large file upload
client_max_body_size 10m;
client_max_body_size 30m;

gzip on;
gzip_static on;
Expand Down

0 comments on commit 168defe

Please sign in to comment.