Skip to content

Commit

Permalink
Increased client_max_body_size to 30M
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-torre committed Apr 5, 2019
1 parent bb87182 commit 08c25ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ http {
server {
listen 80;
charset utf-8;
client_max_body_size 20M;
client_max_body_size 30M;
sendfile on;
keepalive_timeout 0;
large_client_header_buffers 8 32k;
Expand Down

0 comments on commit 08c25ea

Please sign in to comment.