Skip to content

Commit

Permalink
max body size to 500m
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Mar 7, 2024
1 parent 0983c03 commit cecf228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ server {
alias /data/;
}

client_max_body_size 300m;
client_max_body_size 500m;

proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit cecf228

Please sign in to comment.