Skip to content

Commit

Permalink
Increase max body size to handle POST requests that could be larger t…
Browse files Browse the repository at this point in the history
…han 10MB
  • Loading branch information
showwin committed Nov 5, 2024
1 parent 3d7224f commit 533fe88
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 533fe88

Please sign in to comment.